Skip to content

Commit 74e8de0

Browse files
committed
Upgrade WordPress to 6.3.1
1 parent 3b5a07a commit 74e8de0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ WORKDIR /var/www/wp-content
5050
RUN chown -R nobody.nobody /var/www
5151

5252
# WordPress
53-
ENV WORDPRESS_VERSION 6.2.2
54-
ENV WORDPRESS_SHA1 a355d1b975405a391c4a78f988d656b375683fb2
53+
ENV WORDPRESS_VERSION 6.3.1
54+
ENV WORDPRESS_SHA1 052777aef40e7f627c63c8a26eefe37b843a44df
5555

5656
RUN mkdir -p /usr/src
5757

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# WordPress Docker Container
33

4-
Lightweight WordPress container with Nginx 1.22 & PHP-FPM 8.2 based on Alpine Linux.
4+
Lightweight WordPress container with Nginx 1.24 & PHP-FPM 8.2 based on Alpine Linux.
55

6-
_WordPress version currently installed:_ **6.2.2**
6+
_WordPress version currently installed:_ **6.3.1**
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)