From 3228205dd8018aef2671f1613894e6abd0206d4c Mon Sep 17 00:00:00 2001 From: Gong Sophia Date: Wed, 25 Dec 2019 10:42:03 +0800 Subject: [PATCH] update wordpress docker container Signed-off-by: Gong Sophia --- wordpress/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/Dockerfile b/wordpress/Dockerfile index 3bf6407..5b2a2c6 100644 --- a/wordpress/Dockerfile +++ b/wordpress/Dockerfile @@ -2,8 +2,8 @@ FROM clearlinux/php-fpm VOLUME /var/www/html -ENV WORDPRESS_VERSION 5.2.2 -ENV WORDPRESS_SHA1 3605bcbe9ea48d714efa59b0eb2d251657e7d5b0 +ENV WORDPRESS_VERSION 5.3.2 +ENV WORDPRESS_SHA1 fded476f112dbab14e3b5acddd2bcfa550e7b01b RUN set -ex; \ curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \