Skip to content

Commit 2dbf12d

Browse files
authored
adjust for dependabot
1 parent 4ce9e07 commit 2dbf12d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

wordpress/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
# WordPress, PHP-FPM, Nginx, MySQL, WP-CLI, and necessary PHP extensions. #
66
# ---------------------------------------------------------------------------- #
77

8-
# Set core versions
9-
ARG NPP_PHP_VERSION=8.2 \
10-
NPP_WORDPRESS_VERSION=6.7.1
11-
128
# Here the magic, the rest of it is ordinary
13-
FROM wordpress:${NPP_WORDPRESS_VERSION}-php${NPP_PHP_VERSION}-fpm
9+
FROM wordpress:6.7.1-php8.2-fpm
1410

1511
# Set some ugly stuff
1612
ENV LANG=C.UTF-8 \

0 commit comments

Comments
 (0)