Skip to content

Commit 501ae18

Browse files
authored
Upgrad to alpine 3.12 and php 8.3.16
1 parent 4c63d7d commit 501ae18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.20.3
1+
FROM alpine:3.21.0
22

3-
ARG PHP_VERSION="8.3.15"
3+
ARG PHP_VERSION="8.3.16"
44
ARG PHP_PACKAGE_BASENAME="php83"
55
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm83"
66
ARG UNIT_VERSION="1.32.1"
@@ -92,7 +92,6 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-grpc
9292

9393
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-pcov
9494

95-
# FIXME: we need this, since php83 is not the _default_php in https://git.alpinelinux.org/aports/tree/community/php83/APKBUILD
9695
WORKDIR /usr/bin
9796

9897
# add php.ini containing environment variables

0 commit comments

Comments
 (0)