Skip to content

Commit ee8b90b

Browse files
Update alpine Docker tag in ${packageFileDir}
1 parent d55903d commit ee8b90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG ALPINE_VERSION=3.21.0
3+
ARG ALPINE_VERSION=3.21.1
44
ARG PHP_SHORT_VERSION=82
55

66
#
77
# libiconv
88
#
9-
FROM alpine:3.13 AS libiconv
9+
FROM alpine:3.21 AS libiconv
1010

1111
RUN apk --no-cache add gnu-libiconv && test -f /usr/lib/preloadable_libiconv.so
1212

0 commit comments

Comments
 (0)