Skip to content

Commit 177671d

Browse files
authored
3.18.4
1 parent 20be592 commit 177671d

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,4 +1,4 @@
1-
FROM alpine:3.18.3 as PHPZTSBUILDER
1+
FROM alpine:3.18.4 as PHPZTSBUILDER
22

33
RUN apk add --no-cache libc6-compat
44
RUN apk add --no-cache alpine-sdk
@@ -62,7 +62,7 @@ RUN sed -i -e 's/_phpver2=82/_phpver2=zts82/' APKBUILD
6262
RUN sed -i -e 's/.\/configure php --module=php\$_phpver2/sed -i -e "s\/lphp\/lphpzts\/g" auto\/modules\/php \&\& .\/configure php --module=php\$_phpver2/g' APKBUILD
6363
RUN abuild checksum && abuild -r
6464

65-
FROM alpine:3.18.3
65+
FROM alpine:3.18.4
6666

6767
ARG PHP_VERSION="8.2.10"
6868
ARG PHP_PACKAGE_BASENAME="phpzts82"

0 commit comments

Comments
 (0)