We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301580f commit 554299dCopy full SHA for 554299d
misc/s3-sync/Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG ALPINE_VERSION=3.20.5
+ARG ALPINE_VERSION=3.21.2
4
5
FROM alpine:${ALPINE_VERSION} AS base
6
php/Dockerfile
@@ -6,7 +6,7 @@ ARG PHP_SHORT_VERSION=82
#
7
# libiconv
8
9
-FROM alpine:3.13 AS libiconv
+FROM alpine:3.21 AS libiconv
10
11
RUN apk --no-cache add gnu-libiconv && test -f /usr/lib/preloadable_libiconv.so
12
0 commit comments