From 1a555c26a44191ac542981883fb51e2b6e00400f Mon Sep 17 00:00:00 2001 From: xZero707 Date: Mon, 11 Jan 2021 19:44:00 +0100 Subject: [PATCH] Update WordPress 5.5.1 -> 5.5.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4be13a4..cd77a23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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