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 6e34bb8 commit 3c17dbbCopy full SHA for 3c17dbb
Dockerfile
@@ -25,8 +25,8 @@ WORKDIR /var/www/wp-content
25
RUN chown -R nobody.nobody /var/www
26
27
# Wordpress
28
-ENV WORDPRESS_VERSION 4.7.2
29
-ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
+ENV WORDPRESS_VERSION 4.7.3
+ENV WORDPRESS_SHA1 35adcd8162eae00d5bc37f35344fdc06b22ffc98
30
31
RUN mkdir -p /usr/src
32
README.md
@@ -2,7 +2,7 @@
2
3
Lightweight WordPress container with Nginx 1.10 & PHP-FPM 7.0 based on Alpine Linux.
4
5
-_WordPress version currently installed:_ **4.7.2**
+_WordPress version currently installed:_ **4.7.3**
6
7
* Used in production for my own sites, making it stable, tested and up-to-date
8
* Optimized for 50 concurrent users
0 commit comments