File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.9
1+ FROM alpine:3.10
22LABEL Maintainer=
"Tim de Pater <[email protected] >" \
3- Description="Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux."
3+ Description="Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
44
55# Install packages from testing repo's
66RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
Original file line number Diff line number Diff line change 11
22# WordPress Docker Container
33
4- Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux.
4+ Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux.
55
66_ WordPress version currently installed:_ ** 5.2.2**
77
@@ -11,14 +11,14 @@ _WordPress version currently installed:_ **5.2.2**
1111* Best to be used with Amazon Cloudfront as SSL terminator and CDN
1212* Built on the lightweight Alpine Linux distribution
1313* Small Docker image size (+/-45MB)
14- * Uses PHP 7.2 for better performance, lower cpu usage & memory footprint
14+ * Uses PHP 7.3 for better performance, lower cpu usage & memory footprint
1515* Can safely be updated without losing data
1616* Fully configurable because wp-config.php uses the environment variables you can pass as a 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 )
20- ![ nginx 1.14 .1] ( https://img.shields.io/badge/nginx-1.14 -brightgreen.svg )
21- ![ php 7.2 ] ( https://img.shields.io/badge/php-7.2 -brightgreen.svg )
20+ ![ nginx 1.16 .1] ( https://img.shields.io/badge/nginx-1.16 -brightgreen.svg )
21+ ![ php 7.3 ] ( https://img.shields.io/badge/php-7.3 -brightgreen.svg )
2222![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
2323
2424
You can’t perform that action at this time.
0 commit comments