Skip to content

Commit

Permalink
Updated WordPress to 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jun 12, 2017
1 parent 89f0354 commit f73e2b9
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 @@ -28,8 +28,8 @@ WORKDIR /var/www/wp-content
RUN chown -R nobody.nobody /var/www

# Wordpress
ENV WORDPRESS_VERSION 4.7.5
ENV WORDPRESS_SHA1 fbe0ee1d9010265be200fe50b86f341587187302
ENV WORDPRESS_VERSION 4.8
ENV WORDPRESS_SHA1 3738189a1f37a03fb9cb087160b457d7a641ccb4

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.1 based on Alpine Linux.

_WordPress version currently installed:_ **4.7.5**
_WordPress version currently installed:_ **4.8**

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

0 comments on commit f73e2b9

Please sign in to comment.