Update WordPress 5.3.2 -> 5.4.1

This commit is contained in:
xZero707 2020-06-16 19:31:08 +02:00
parent 77fc538f3c
commit 7f736e3c3b

View File

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