diff --git a/wordpress/Dockerfile b/wordpress/Dockerfile index 1fe9b20..b75195d 100644 --- a/wordpress/Dockerfile +++ b/wordpress/Dockerfile @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------------- # # Here the magic, the rest of it is ordinary -FROM wordpress:6.7.2-php8.2-fpm +FROM wordpress:6.8.0-php8.2-fpm # Set some ugly stuff ENV LANG=C.UTF-8 \