Update WordPress 5.4.1 -> 5.4.2

This commit is contained in:
xZero707 2020-06-16 19:34:19 +02:00
parent 7f736e3c3b
commit 5828abe7aa

View File

@ -1,4 +1,4 @@
ARG WP_VERSION=5.4.1
ARG WP_VERSION=5.4.2
FROM wordpress:${WP_VERSION}-php7.4-fpm-alpine AS wordpress-builder
USER root