Skip to content

Commit 72502a4

Browse files
committed
Updated WordPress to 5.1.1
1 parent b43cf43 commit 72502a4

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.1
27-
ENV WORDPRESS_SHA1 830eadf0afa15928d7f6856b1b85bf57b8e1f585
26+
ENV WORDPRESS_VERSION 5.1.1
27+
ENV WORDPRESS_SHA1 f1bff89cc360bf5ef7086594e8a9b68b4cbf2192
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.1**
6+
_WordPress version currently installed:_ **5.1.1**
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)