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 b43cf43 commit 72502a4Copy full SHA for 72502a4
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.1
27
-ENV WORDPRESS_SHA1 830eadf0afa15928d7f6856b1b85bf57b8e1f585
+ENV WORDPRESS_VERSION 5.1.1
+ENV WORDPRESS_SHA1 f1bff89cc360bf5ef7086594e8a9b68b4cbf2192
28
29
RUN mkdir -p /usr/src
30
README.md
@@ -3,7 +3,7 @@
3
4
Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux.
5
6
-_WordPress version currently installed:_ **5.1**
+_WordPress version currently installed:_ **5.1.1**
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