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 757bf00 + d0ae075 commit 4fbb855Copy full SHA for 4fbb855
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.4
27
-ENV WORDPRESS_SHA1 9eb002761fc8b424727d8c9d291a6ecfde0c53b7
+ENV WORDPRESS_VERSION 5.3
+ENV WORDPRESS_SHA1 e3edcb1131e539c2b2e10fed37f8b6683c824a98
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.4**
+_WordPress version currently installed:_ **5.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