From d6a654ee7155f08f5d2d5aed138ed81d014a1930 Mon Sep 17 00:00:00 2001 From: en-jschuetze <126695184+en-jschuetze@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:40:53 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36e149d..4374a21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN abuild checksum && abuild -r FROM alpine:3.19.1 -ARG PHP_VERSION="8.3.8" +ARG PHP_VERSION="8.3.3" ARG PHP_PACKAGE_BASENAME="phpzts83" ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpmzts83" ARG UNIT_VERSION="1.32.1"