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 5b8738c commit 87da92fCopy full SHA for 87da92f
Dockerfile
@@ -50,8 +50,8 @@ WORKDIR /var/www/wp-content
50
RUN chown -R nobody.nobody /var/www
51
52
# WordPress
53
-ENV WORDPRESS_VERSION 5.7
54
-ENV WORDPRESS_SHA1 76d1332cfcbc5f8b17151b357999d1f758faf897
+ENV WORDPRESS_VERSION 5.7.2
+ENV WORDPRESS_SHA1 c97c037d942e974eb8524213a505268033aff6c8
55
56
RUN mkdir -p /usr/src
57
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.18 & PHP-FPM 7.4 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **5.7**
+_WordPress version currently installed:_ **5.7.2**
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