Skip to content

Commit bc1a212

Browse files
authored
Add php 8.4.1-ubuntu
1 parent 9f47a0d commit bc1a212

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM ubuntu:noble-20240605
22

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"
3+
ARG PHP_VERSION="8.4.1"
4+
ARG PHP_PACKAGE_BASENAME="php8.4"
5+
ARG PHP_PACKAGE_BASE_VERSION="8.4"
6+
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm8.4"
77
ARG UNIT_VERSION="1.31.0"
88
ARG APACHE2_VERSION="2.4.58"
99
ENV PHP_VERSION=$PHP_VERSION

0 commit comments

Comments
 (0)