diff --git a/Dockerfile b/Dockerfile index bd92e70..fceb7bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8-fpm +FROM php:8.2-fpm # entrypoint.sh and cron.sh dependencies RUN set -ex; \