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 4c63d7d commit 501ae18Copy full SHA for 501ae18
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM alpine:3.20.3
+FROM alpine:3.21.0
2
3
-ARG PHP_VERSION="8.3.15"
+ARG PHP_VERSION="8.3.16"
4
ARG PHP_PACKAGE_BASENAME="php83"
5
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm83"
6
ARG UNIT_VERSION="1.32.1"
@@ -92,7 +92,6 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-grpc
92
93
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-pcov
94
95
-# FIXME: we need this, since php83 is not the _default_php in https://git.alpinelinux.org/aports/tree/community/php83/APKBUILD
96
WORKDIR /usr/bin
97
98
# add php.ini containing environment variables
0 commit comments