Skip to content

Commit 8326e59

Browse files
authored
Merge pull request #24 from nstapelbroek/wordpress-5.2
Update WordPress to 5.2
2 parents 72502a4 + 7ec7bc0 commit 8326e59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ WORKDIR /var/www/wp-content
2323
RUN chown -R nobody.nobody /var/www
2424

2525
# WordPress
26-
ENV WORDPRESS_VERSION 5.1.1
27-
ENV WORDPRESS_SHA1 f1bff89cc360bf5ef7086594e8a9b68b4cbf2192
26+
ENV WORDPRESS_VERSION 5.2
27+
ENV WORDPRESS_SHA1 36459a4621b9e1909c606a98d08625b9e0e25bbc
2828

2929
RUN mkdir -p /usr/src
3030

3131
# Upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
3232
RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz \
3333
&& echo "$WORDPRESS_SHA1 *wordpress.tar.gz" | sha1sum -c - \
3434
&& tar -xzf wordpress.tar.gz -C /usr/src/ \
35-
&& rm wordpress.tar.gz \
35+
&& rm wordpress.tar.gz \
3636
&& chown -R nobody.nobody /usr/src/wordpress
3737

3838
# Add WP CLI

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