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