diff --git a/Dockerfile b/Dockerfile index 57ffce4ba..1d15f549f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 +FROM alpine:3.24 # Build metadata arguments ARG BUILD_DATE @@ -43,9 +43,6 @@ RUN apk add --no-cache \ php85-xmlwriter \ supervisor -# Create alias to php -RUN ln -s /usr/bin/php85 /usr/bin/php - # Configure nginx - http COPY config/nginx.conf /etc/nginx/nginx.conf # Configure nginx - default server