Skip to content

Commit 87da92f

Browse files
committed
Update WordPress to 5.7.2
1 parent 5b8738c commit 87da92f

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
@@ -50,8 +50,8 @@ WORKDIR /var/www/wp-content
5050
RUN chown -R nobody.nobody /var/www
5151

5252
# WordPress
53-
ENV WORDPRESS_VERSION 5.7
54-
ENV WORDPRESS_SHA1 76d1332cfcbc5f8b17151b357999d1f758faf897
53+
ENV WORDPRESS_VERSION 5.7.2
54+
ENV WORDPRESS_SHA1 c97c037d942e974eb8524213a505268033aff6c8
5555

5656
RUN mkdir -p /usr/src
5757

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.18 & PHP-FPM 7.4 based on Alpine Linux.
55

6-
_WordPress version currently installed:_ **5.7**
6+
_WordPress version currently installed:_ **5.7.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)