Update WordPress 5.6 -> 5.6.1

This commit is contained in:
xZero707 2021-02-08 23:02:24 +01:00
parent ba6ebfb468
commit 88f8f6e99b

View File

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