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.
2 parents b8c1694 + 8a32efb commit 757bf00Copy full SHA for 757bf00
Dockerfile
@@ -23,8 +23,8 @@ WORKDIR /var/www/wp-content
23
RUN chown -R nobody.nobody /var/www
24
25
# WordPress
26
-ENV WORDPRESS_VERSION 5.2.3
27
-ENV WORDPRESS_SHA1 5efd37148788f3b14b295b2a9bf48a1a467aa303
+ENV WORDPRESS_VERSION 5.2.4
+ENV WORDPRESS_SHA1 9eb002761fc8b424727d8c9d291a6ecfde0c53b7
28
29
RUN mkdir -p /usr/src
30
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **5.2.3**
+_WordPress version currently installed:_ **5.2.4**
7
8
* Used in production for my own sites, making it stable, tested and up-to-date
9
* Optimized for 100 concurrent users
0 commit comments