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 f41cc4d commit 2ca930cCopy full SHA for 2ca930c
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 4.9.8
27
-ENV WORDPRESS_SHA1 0945bab959cba127531dceb2c4fed81770812b4f
+ENV WORDPRESS_VERSION 4.9.9
+ENV WORDPRESS_SHA1 10678608e8b7f373ca906c8966c09faffe27e5ae
28
29
RUN mkdir -p /usr/src
30
README.md
@@ -2,7 +2,7 @@
2
3
Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux.
4
5
-_WordPress version currently installed:_ **4.9.8**
+_WordPress version currently installed:_ **4.9.9**
6
7
* Used in production for my own sites, making it stable, tested and up-to-date
8
* Optimized for 100 concurrent users
0 commit comments