Skip to content

Commit 257ecc9

Browse files
committed
Updated WordPress to 4.9.5
1 parent d6c4234 commit 257ecc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ WORKDIR /var/www/wp-content
2323
RUN chown -R nobody.nobody /var/www
2424

2525
# WordPress
26-
ENV WORDPRESS_VERSION 4.9.4
27-
ENV WORDPRESS_SHA1 0e630bf940fd586b10e099cd9195b3e825fb194c
26+
ENV WORDPRESS_VERSION 4.9.5
27+
ENV WORDPRESS_SHA1 6992f19163e21720b5693bed71ffe1ab17a4533a
2828

2929
RUN mkdir -p /usr/src
3030

README.md

+1-1
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.4**
5+
_WordPress version currently installed:_ **4.9.5**
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)