diff --git a/Dockerfile b/Dockerfile index e254939f79..93555e8f89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ##################################### #=== Unique stage without payload === ##################################### -FROM php:8.4.1-apache +FROM php:8.4.2RC1-zts-alpine3.19 #=== Install gd PHP dependencie === RUN set -x \