We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b1dd0 commit 4b77cb7Copy full SHA for 4b77cb7
Dockerfile
@@ -52,8 +52,8 @@ WORKDIR /var/www/wp-content
52
RUN chown -R nobody.nobody /var/www
53
54
# WordPress
55
-ENV WORDPRESS_VERSION 6.3.1
56
-ENV WORDPRESS_SHA1 052777aef40e7f627c63c8a26eefe37b843a44df
+ENV WORDPRESS_VERSION 6.4.1
+ENV WORDPRESS_SHA1 35e62d935d6a93097366476e389752dd55d8a077
57
58
RUN mkdir -p /usr/src
59
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.24 & PHP-FPM 8.2 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **6.3.1**
+_WordPress version currently installed:_ **6.4.1**
7
8
* Used in production for many sites, making it stable, tested and up-to-date
9
* Optimized for 100 concurrent users
0 commit comments