Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.2
ENV WORDPRESS_SHA1 a99115b3b6d6d7a1eb6c5617d4e8e704ed50f450
ENV WORDPRESS_VERSION 4.8.3
ENV WORDPRESS_SHA1 8efc0b9f6146e143ed419b5419d7bb8400a696fc

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.2**
_WordPress version currently installed:_ **4.8.3**

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