Skip to content

Commit

Permalink
Updated WordPress to 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Mar 7, 2017
1 parent 6e34bb8 commit 3c17dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ WORKDIR /var/www/wp-content
RUN chown -R nobody.nobody /var/www

# Wordpress
ENV WORDPRESS_VERSION 4.7.2
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
ENV WORDPRESS_VERSION 4.7.3
ENV WORDPRESS_SHA1 35adcd8162eae00d5bc37f35344fdc06b22ffc98

RUN mkdir -p /usr/src

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

_WordPress version currently installed:_ **4.7.2**
_WordPress version currently installed:_ **4.7.3**

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

0 comments on commit 3c17dbb

Please sign in to comment.