Skip to content

Commit 0b658fa

Browse files
authored
Merge pull request #44 from pascaliske/renovate/alpine-3.x
2 parents 17caeac + 8cc3d62 commit 0b658fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# tini
2-
FROM --platform=${BUILDPLATFORM} alpine:3.19 as tini
2+
FROM --platform=${BUILDPLATFORM} alpine:3.20 as tini
33
LABEL maintainer="[email protected]"
44

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

1818
# final image
19-
FROM alpine:3.19
19+
FROM alpine:3.20
2020
LABEL maintainer="[email protected]"
2121

2222
# environment

0 commit comments

Comments
 (0)