Skip to content

Commit 4b77cb7

Browse files
authored
Upgrade WordPress to 6.4.1 (#46)
1 parent c5b1dd0 commit 4b77cb7

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
@@ -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.3.1
56-
ENV WORDPRESS_SHA1 052777aef40e7f627c63c8a26eefe37b843a44df
55+
ENV WORDPRESS_VERSION 6.4.1
56+
ENV WORDPRESS_SHA1 35e62d935d6a93097366476e389752dd55d8a077
5757

5858
RUN mkdir -p /usr/src
5959

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.24 & PHP-FPM 8.2 based on Alpine Linux.
55

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