Skip to content

Commit b43cf43

Browse files
authored
Merge pull request #22 from nstapelbroek/wordpress-5.1
Updated WordPress to 5.1
2 parents 34f6c5c + 0fbb80b commit b43cf43

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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.0.3
27-
ENV WORDPRESS_SHA1 f9a4b482288b5be7a71e9f3dc9b5b0c1f881102b
26+
ENV WORDPRESS_VERSION 5.1
27+
ENV WORDPRESS_SHA1 830eadf0afa15928d7f6856b1b85bf57b8e1f585
2828

2929
RUN mkdir -p /usr/src
3030

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
12
# WordPress Docker Container
23

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

5-
_WordPress version currently installed:_ **5.0.3**
6+
_WordPress version currently installed:_ **5.1**
67

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

0 commit comments

Comments
 (0)