diff --git a/Dockerfile b/Dockerfile index 29b783f..876b8d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:6.8.1-php8.3-apache +FROM wordpress:6.8.2-php8.3-apache RUN apt-get update && \ apt-get install -y --no-install-recommends ssl-cert && \