Skip to content

Commit

Permalink
Merge pull request #44 from pascaliske/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed May 26, 2024
2 parents 17caeac + 8cc3d62 commit 0b658fa
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 0b658fa

Please sign in to comment.