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 @@ -50,8 +50,8 @@ WORKDIR /var/www/wp-content
5050RUN chown -R nobody.nobody /var/www
5151
5252# WordPress
53- ENV WORDPRESS_VERSION 5.4
54- ENV WORDPRESS_SHA1 d5f1e6d7cadd72c11d086a2e1ede0a72f23d993e
53+ ENV WORDPRESS_VERSION 5.4.2
54+ ENV WORDPRESS_SHA1 e5631f812232fbd45d3431783d3db2e0d5670d2d
5555
5656RUN mkdir -p /usr/src
5757
Original file line number Diff line number Diff line change 33
44Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux.
55
6- _ WordPress version currently installed:_ ** 5.4**
6+ _ WordPress version currently installed:_ ** 5.4.2 **
77
88* Used in production for my own sites, making it stable, tested and up-to-date
99* Optimized for 100 concurrent users
@@ -13,7 +13,7 @@ _WordPress version currently installed:_ **5.4**
1313* Small Docker image size (+/-50MB)
1414* Uses PHP 7.3 for better performance, lower cpu usage & memory footprint
1515* Can safely be updated without losing data
16- * Fully configurable because wp-config.php uses the environment variables you can pass as a argument to the container
16+ * Fully configurable because wp-config.php uses the environment variables you can pass as an argument to the container
1717
1818[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/trafex/wordpress.svg )] ( https://hub.docker.com/r/trafex/wordpress/ )
1919[ ![ Docker image layers] ( https://images.microbadger.com/badges/image/trafex/wordpress.svg )] ( https://microbadger.com/images/trafex/wordpress )
You can’t perform that action at this time.
0 commit comments