From 88f8f6e99bee1a022fb09bb2bad595c4e0204222 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Mon, 8 Feb 2021 23:02:24 +0100 Subject: [PATCH] Update WordPress 5.6 -> 5.6.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c240e69..f711b4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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