From 17f4b0c63e94c6e18f83301824480d2f8c6aad84 Mon Sep 17 00:00:00 2001 From: Josh Levin Date: Sun, 31 Dec 2023 01:13:28 -0500 Subject: [PATCH] Update WordPress to 6.4.2 (#47) * Update Dockerfile to WordPress 6.4.2 * Update WP version in README to 6.4.2 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bbcf0e2..5194403 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.4.1 -ENV WORDPRESS_SHA1 35e62d935d6a93097366476e389752dd55d8a077 +ENV WORDPRESS_VERSION 6.4.2 +ENV WORDPRESS_SHA1 d1aedbfea77b243b09e0ab05b100b782497406dd RUN mkdir -p /usr/src diff --git a/README.md b/README.md index 1166bcb..1b455f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Lightweight WordPress container with Nginx 1.24 & PHP-FPM 8.2 based on Alpine Linux. -_WordPress version currently installed:_ **6.4.1** +_WordPress version currently installed:_ **6.4.2** * Used in production for many sites, making it stable, tested and up-to-date * Optimized for 100 concurrent users