Skip to content

Commit

Permalink
Merge pull request #39 from pascaliske/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske authored Dec 8, 2023
2 parents c3d7e61 + 94f6bb2 commit dbb5a95
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.18 as tini
FROM --platform=${BUILDPLATFORM} alpine:3.19 as tini
LABEL maintainer="[email protected]"

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

# final image
FROM alpine:3.18
FROM alpine:3.19
LABEL maintainer="[email protected]"

# environment
Expand Down

0 comments on commit dbb5a95

Please sign in to comment.