File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ WORKDIR /var/www/wp-content
2323RUN 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
2929RUN mkdir -p /usr/src
3030
3131# Upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
3232RUN 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
Original file line number Diff line number Diff line change 33
44Lightweight 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
You can’t perform that action at this time.
0 commit comments