Update WordPress 5.5.1 -> 5.5.3

This commit is contained in:
xZero707 2021-01-11 19:44:00 +01:00
parent 52201b726d
commit 1a555c26a4

View File

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