Skip to content

Commit

Permalink
Merge pull request #67 from pascaliske/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske authored May 26, 2024
2 parents 081f46a + 9eed3d6 commit b98dbf2
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.19 as tini
FROM --platform=${BUILDPLATFORM} alpine:3.20 as tini
LABEL maintainer="info@pascaliske.dev"

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

# final image
FROM alpine:3.19
FROM alpine:3.20
LABEL maintainer="info@pascaliske.dev"

# environment
Expand Down

0 comments on commit b98dbf2

Please sign in to comment.