Skip to content

Commit 3c17dbb

Browse files
committed
Updated WordPress to 4.7.3
1 parent 6e34bb8 commit 3c17dbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ WORKDIR /var/www/wp-content
2525
RUN chown -R nobody.nobody /var/www
2626

2727
# Wordpress
28-
ENV WORDPRESS_VERSION 4.7.2
29-
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
28+
ENV WORDPRESS_VERSION 4.7.3
29+
ENV WORDPRESS_SHA1 35adcd8162eae00d5bc37f35344fdc06b22ffc98
3030

3131
RUN mkdir -p /usr/src
3232

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lightweight WordPress container with Nginx 1.10 & PHP-FPM 7.0 based on Alpine Linux.
44

5-
_WordPress version currently installed:_ **4.7.2**
5+
_WordPress version currently installed:_ **4.7.3**
66

77
* Used in production for my own sites, making it stable, tested and up-to-date
88
* Optimized for 50 concurrent users

0 commit comments

Comments
 (0)