Skip to content

Commit b70d042

Browse files
committed
Updated WordPress to 5.2.2
1 parent 8326e59 commit b70d042

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
@@ -23,8 +23,8 @@ WORKDIR /var/www/wp-content
2323
RUN chown -R nobody.nobody /var/www
2424

2525
# WordPress
26-
ENV WORDPRESS_VERSION 5.2
27-
ENV WORDPRESS_SHA1 36459a4621b9e1909c606a98d08625b9e0e25bbc
26+
ENV WORDPRESS_VERSION 5.2.2
27+
ENV WORDPRESS_SHA1 3605bcbe9ea48d714efa59b0eb2d251657e7d5b0
2828

2929
RUN mkdir -p /usr/src
3030

README.md

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

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

6-
_WordPress version currently installed:_ **5.2**
6+
_WordPress version currently installed:_ **5.2.2*
77

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

0 commit comments

Comments
 (0)