File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ WORKDIR /var/www/wp-content
2323RUN 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
2929RUN mkdir -p /usr/src
3030
Original file line number Diff line number Diff line change 1+
12# WordPress Docker Container
23
34Lightweight 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
You can’t perform that action at this time.
0 commit comments