Skip to content

Commit c21c66e

Browse files
authored
Upgrade WordPress to 6.8.2 (#71)
* Upgrade WordPress to 6.8.2 * Update WordPress SHA1 checksum to match version 6.8.2 * Update WordPress version in README to 6.8.2
1 parent e887a00 commit c21c66e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ WORKDIR /var/www/wp-content
5454
RUN chown -R nobody:nobody /var/www
5555

5656
# WordPress
57-
ENV WORDPRESS_VERSION 6.8.1
58-
ENV WORDPRESS_SHA1 52d5f05c96a9155f78ed84700264307e5dea14b4
57+
ENV WORDPRESS_VERSION 6.8.2
58+
ENV WORDPRESS_SHA1 03baad10b8f9a416a3e10b89010d811d9361e468
5959

6060
RUN mkdir -p /usr/src
6161

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Lightweight WordPress container with Nginx 1.26 & PHP-FPM 8.4 based on Alpine Linux.
55

6-
_WordPress version currently installed:_ **6.8.1**
6+
_WordPress version currently installed:_ **6.8.2**
77

88
* Used in production for many sites, making it stable, tested and up-to-date
99
* Optimized for 100 concurrent users

0 commit comments

Comments
 (0)