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