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 9f47a0d commit bc1a212Copy full SHA for bc1a212
Dockerfile
@@ -1,9 +1,9 @@
1
FROM ubuntu:noble-20240605
2
3
-ARG PHP_VERSION="8.3.14"
4
-ARG PHP_PACKAGE_BASENAME="php8.3"
5
-ARG PHP_PACKAGE_BASE_VERSION="8.3"
6
-ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm8.3"
+ARG PHP_VERSION="8.4.1"
+ARG PHP_PACKAGE_BASENAME="php8.4"
+ARG PHP_PACKAGE_BASE_VERSION="8.4"
+ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm8.4"
7
ARG UNIT_VERSION="1.31.0"
8
ARG APACHE2_VERSION="2.4.58"
9
ENV PHP_VERSION=$PHP_VERSION
0 commit comments