Skip to content

Commit 15a3c94

Browse files
committed
Updated WordPress to 5.3.2
1 parent 2b4eeb0 commit 15a3c94

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

5151
# WordPress
52-
ENV WORDPRESS_VERSION 5.3
53-
ENV WORDPRESS_SHA1 e3edcb1131e539c2b2e10fed37f8b6683c824a98
52+
ENV WORDPRESS_VERSION 5.3.2
53+
ENV WORDPRESS_SHA1 fded476f112dbab14e3b5acddd2bcfa550e7b01b
5454

5555
RUN mkdir -p /usr/src
5656

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

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