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 f02626e commit 9fdc0f8Copy full SHA for 9fdc0f8
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.2
27
-ENV WORDPRESS_SHA1 3605bcbe9ea48d714efa59b0eb2d251657e7d5b0
+ENV WORDPRESS_VERSION 5.2.3
+ENV WORDPRESS_SHA1 5efd37148788f3b14b295b2a9bf48a1a467aa303
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.2**
+_WordPress version currently installed:_ **5.2.3*
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