From 3d1a1efb1217d315decd0c82c0ec4c328e7bc2ae Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Sun, 14 Jul 2024 07:15:56 +0200 Subject: [PATCH] Upgrade WordPress to 6.5.5 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2d519bd..0f8c79d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,8 +52,8 @@ WORKDIR /var/www/wp-content RUN chown -R nobody.nobody /var/www # WordPress -ENV WORDPRESS_VERSION 6.5 -ENV WORDPRESS_SHA1 fe10ab388318fa5a0085aff48b2b7590cf8b93f9 +ENV WORDPRESS_VERSION 6.5.5 +ENV WORDPRESS_SHA1 8d6a705f1b59367ec584a5fd4ab84aa53dd01c85 RUN mkdir -p /usr/src diff --git a/README.md b/README.md index e226d72..a8ccadb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Lightweight WordPress container with Nginx 1.26 & PHP-FPM 8.3 based on Alpine Linux. -_WordPress version currently installed:_ **6.5** +_WordPress version currently installed:_ **6.5.5** * Used in production for many sites, making it stable, tested and up-to-date * Optimized for 100 concurrent users