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 0ca60cf commit 188a1ceCopy full SHA for 188a1ce
Dockerfile
@@ -53,8 +53,8 @@ WORKDIR /var/www/wp-content
53
RUN chown -R nobody.nobody /var/www
54
55
# WordPress
56
-ENV WORDPRESS_VERSION 5.9
57
-ENV WORDPRESS_SHA1 4e9a256f5cbcfba26108a1a9ebdb31f2ab29af9f
+ENV WORDPRESS_VERSION 5.9.2
+ENV WORDPRESS_SHA1 19653440effafce0f768a1ba5092710717835bdc
58
59
RUN mkdir -p /usr/src
60
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.20 & PHP-FPM 8.0 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **5.9**
+_WordPress version currently installed:_ **5.9.2**
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