From 573d3257ac67a20ae67d00c1d4cafa1b22bd54de Mon Sep 17 00:00:00 2001 From: en-jschuetze <126695184+en-jschuetze@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:04:55 +0100 Subject: [PATCH] php 8.4.4-ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ebd844..147ce60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:noble-20240605 -ARG PHP_VERSION="8.4.3" +ARG PHP_VERSION="8.4.4" ARG PHP_PACKAGE_BASENAME="php8.4" ARG PHP_PACKAGE_BASE_VERSION="8.4" ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm8.4"