diff --git a/Dockerfile b/Dockerfile index ea723e3..d521fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:6.7.2-php8.3-apache +FROM wordpress:6.8.0-php8.3-apache RUN apt-get update && \ apt-get install -y --no-install-recommends ssl-cert && \