Skip to content

Commit 238da2b

Browse files
committedOct 21, 2024
Upgrade WordPress to 6.6.2
1 parent 2ac11e3 commit 238da2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ WORKDIR /var/www/wp-content
5252
RUN chown -R nobody.nobody /var/www
5353

5454
# WordPress
55-
ENV WORDPRESS_VERSION 6.5.5
56-
ENV WORDPRESS_SHA1 8d6a705f1b59367ec584a5fd4ab84aa53dd01c85
55+
ENV WORDPRESS_VERSION 6.6.2
56+
ENV WORDPRESS_SHA1 7acbf69d5fdaf804e3db322bad23b08d2e2e42ec
5757

5858
RUN mkdir -p /usr/src
5959

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
_WordPress version currently installed:_ **6.5.5**
6+
_WordPress version currently installed:_ **6.6.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)