Skip to content

Commit c2cb608

Browse files
committed
Updated Alpine Linux to 3.8 which includes PHP7.2 & Nginx 1.14
1 parent 36f1da6 commit c2cb608

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.8
22
LABEL Maintainer="Tim de Pater <[email protected]>" \
3-
Description="Lightweight WordPress container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux."
3+
Description="Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux."
44

55
# Install packages from testing repo's
66
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WordPress Docker Container
22

3-
Lightweight WordPress container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux.
3+
Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux.
44

55
_WordPress version currently installed:_ **4.9.7**
66

@@ -10,7 +10,7 @@ _WordPress version currently installed:_ **4.9.7**
1010
* Best to be used with Amazon Cloudfront as SSL terminator and CDN
1111
* Built on the lightweight Alpine Linux distribution
1212
* Small Docker image size (+/-45MB)
13-
* Uses PHP 7.1 for better performance, lower cpu usage & memory footprint
13+
* Uses PHP 7.2 for better performance, lower cpu usage & memory footprint
1414
* Can safely be updated without losing data
1515
* Fully configurable because wp-config.php uses the environment variables you can pass as a argument to the container
1616

0 commit comments

Comments
 (0)