diff --git a/Dockerfile b/Dockerfile index 1e2de76..4f8df30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 LABEL Maintainer="Tim de Pater " \ Description="Lightweight WordPress container with Nginx 1.26 & PHP-FPM 8.4 based on Alpine Linux." @@ -46,8 +46,6 @@ COPY config/php.ini /etc/php84/conf.d/zzz_custom.ini # Configure supervisord COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf -RUN ln -s /usr/bin/php84 /usr/bin/php - # wp-content volume VOLUME /var/www/wp-content WORKDIR /var/www/wp-content