Skip to content

Commit

Permalink
Merge pull request #22 from nstapelbroek/wordpress-5.1
Browse files Browse the repository at this point in the history
Updated WordPress to 5.1
  • Loading branch information
TrafeX authored Mar 4, 2019
2 parents 34f6c5c + 0fbb80b commit b43cf43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ WORKDIR /var/www/wp-content
RUN chown -R nobody.nobody /var/www

# WordPress
ENV WORDPRESS_VERSION 5.0.3
ENV WORDPRESS_SHA1 f9a4b482288b5be7a71e9f3dc9b5b0c1f881102b
ENV WORDPRESS_VERSION 5.1
ENV WORDPRESS_SHA1 830eadf0afa15928d7f6856b1b85bf57b8e1f585

RUN mkdir -p /usr/src

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# WordPress Docker Container

Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux.

_WordPress version currently installed:_ **5.0.3**
_WordPress version currently installed:_ **5.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 b43cf43

Please sign in to comment.