Skip to content

Commit

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

# Wordpress
ENV WORDPRESS_VERSION 4.8
ENV WORDPRESS_SHA1 3738189a1f37a03fb9cb087160b457d7a641ccb4
# WordPress
ENV WORDPRESS_VERSION 4.8.1
ENV WORDPRESS_SHA1 5376cf41403ae26d51ca55c32666ef68b10e35a4

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.12 & PHP-FPM 7.1 based on Alpine Linux.

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

* 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 7b766c1

Please sign in to comment.