From 306d651b0a555954efa4fc1418bbba9cd3870355 Mon Sep 17 00:00:00 2001 From: Rick van der Staaij <6495166+RickvdStaaij@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:43:48 +0200 Subject: [PATCH 1/2] Update WordPress to version 5.2.4 Make sure the WordPress version is updated to the latest patch version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e970c08b..5ccda3b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ WORKDIR /var/www/wp-content RUN chown -R nobody.nobody /var/www # WordPress -ENV WORDPRESS_VERSION 5.2.3 -ENV WORDPRESS_SHA1 5efd37148788f3b14b295b2a9bf48a1a467aa303 +ENV WORDPRESS_VERSION 5.2.4 +ENV WORDPRESS_SHA1 9eb002761fc8b424727d8c9d291a6ecfde0c53b7 RUN mkdir -p /usr/src From 8a32efbf4ff0cc140e73f6dc052bd00e3c9a75c5 Mon Sep 17 00:00:00 2001 From: Rick van der Staaij <6495166+RickvdStaaij@users.noreply.github.com> Date: Sun, 20 Oct 2019 22:59:09 +0200 Subject: [PATCH 2/2] Update WordPress version in the readme to 5.2.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd5f8115..820f5f38 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux. -_WordPress version currently installed:_ **5.2.3** +_WordPress version currently installed:_ **5.2.4** * Used in production for my own sites, making it stable, tested and up-to-date * Optimized for 100 concurrent users