Skip to content

Commit

Permalink
Merge pull request #47 from pascaliske/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske authored Dec 6, 2024
2 parents 6e76f27 + 8997ce0 commit 7ae3238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tini
FROM --platform=${BUILDPLATFORM} alpine:3.20 as tini
FROM --platform=${BUILDPLATFORM} alpine:3.21 as tini

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build

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/
LABEL maintainer="[email protected]"

# environment
Expand All @@ -16,7 +16,7 @@ RUN case ${TARGETPLATFORM} in \
&& chmod +x /tini

# final image
FROM alpine:3.20
FROM alpine:3.21
LABEL maintainer="[email protected]"

# environment
Expand Down

0 comments on commit 7ae3238

Please sign in to comment.