Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/robalb/my-infra
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Sep 3, 2023
2 parents b296b4d + b7626ff commit 576dd7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# This hack enables dependabot alerts for docker-compose files,
# which right now are not supported
#
# Last update: dom 3 set 2023, 13:45:27, CEST
# Last update: Sun Sep 3 12:21:03 UTC 2023
# images extracted from ../control-plane/docker-compose.yml

FROM traefik:v2.10
RUN echo traefik:v2.10

FROM nginx
RUN echo nginx
FROM nginx:1.9.7
RUN echo nginx:1.9.7

FROM grafana/grafana:latest
RUN echo grafana/grafana:latest
Expand Down

0 comments on commit 576dd7a

Please sign in to comment.