Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 6e76f27 commit 8997ce0
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 8997ce0

Please sign in to comment.