Skip to content

Commit 4fbb855

Browse files
authored
Merge pull request #26 from nstapelbroek/wordpress-53
Update WordPress to 5.3
2 parents 757bf00 + d0ae075 commit 4fbb855

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.4
27-
ENV WORDPRESS_SHA1 9eb002761fc8b424727d8c9d291a6ecfde0c53b7
26+
ENV WORDPRESS_VERSION 5.3
27+
ENV WORDPRESS_SHA1 e3edcb1131e539c2b2e10fed37f8b6683c824a98
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.16 & PHP-FPM 7.3 based on Alpine Linux.
55

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