diff --git a/Dockerfile b/Dockerfile index 4270506..babb5a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29.6-alpine +FROM nginx:1.31.1-alpine # Install PHP-FPM and required dependencies RUN apk update && apk upgrade && \