Skip to content

Commit be1eef1

Browse files
authored
Merge pull request #14 from nstapelbroek/feature/wordpress-4.9.1
Bump to WordPress 4.9.1
2 parents 33292bc + 23f70f8 commit be1eef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ WORKDIR /var/www/wp-content
2828
RUN chown -R nobody.nobody /var/www
2929

3030
# WordPress
31-
ENV WORDPRESS_VERSION 4.9
32-
ENV WORDPRESS_SHA1 6127bd2aed7b7c0a2c1789c8f17a2222a9081d6c
31+
ENV WORDPRESS_VERSION 4.9.1
32+
ENV WORDPRESS_SHA1 892d2c23b9d458ec3d44de59b753adb41012e903
3333

3434
RUN mkdir -p /usr/src
3535

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lightweight WordPress container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux.
44

5-
_WordPress version currently installed:_ **4.9**
5+
_WordPress version currently installed:_ **4.9.1**
66

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

0 commit comments

Comments
 (0)