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 501ae18 commit 99b4ac0Copy full SHA for 99b4ac0
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.21.0
3
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"
+ARG UNIT_VERSION="1.34.1"
7
ARG APACHE2_VERSION="2.4.62"
8
ENV PHP_VERSION=$PHP_VERSION
9
ENV PHP_PACKAGE_BASENAME=$PHP_PACKAGE_BASENAME
0 commit comments