diff --git a/Dockerfile b/Dockerfile index 82889f4..383f33a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:7.0.2-php8.3-apache +FROM wordpress:7.1.0-php8.3-apache RUN apt-get update && \ apt-get install -y --no-install-recommends ssl-cert && \