Skip to content

Commit

Permalink
Merge pull request #35763 from truecharts/renovate/traefik-3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin committed Sep 17, 2024
2 parents 8db6f41 + ec0501f commit 89318ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/traefik/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM traefik:v3.1.2@sha256:3f92eba47bd4bfda91d47b72d16fef2d7ae15db61a92b2057cf0cb389f8938f6
FROM traefik:v3.1.3@sha256:aa0b5b366e198602e5aa507ec94dfee05c12dd0044796763f4606f6b7936c9a9
# Above line used by CI to find tags etc

FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as plugins

Check warning on line 4 in apps/traefik/Dockerfile

View workflow job for this annotation

GitHub Actions / Build (traefik)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN apk add --no-cache --update git
COPY --chmod=777 ./apps/traefik/clone-plugins.sh /clone-plugins.sh
RUN /clone-plugins.sh

FROM traefik:v3.1.2@sha256:3f92eba47bd4bfda91d47b72d16fef2d7ae15db61a92b2057cf0cb389f8938f6
FROM traefik:v3.1.3@sha256:aa0b5b366e198602e5aa507ec94dfee05c12dd0044796763f4606f6b7936c9a9
# Copy the plugins from the previous stage
COPY --from=plugins /plugins-local /plugins-local

Expand Down

0 comments on commit 89318ee

Please sign in to comment.