Skip to content

Commit cf28926

Browse files
committed
Updated to Alpine Linux 3.8 which includes PHP 7.2 & Nginx 1.14
1 parent ef054a5 commit cf28926

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 container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux."
3+
Description="Lightweight container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux."
44

55
# Install packages
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 @@
1-
Docker PHP-FPM 7.1 & Nginx 1.12 on Alpine Linux
1+
Docker PHP-FPM 7.2 & Nginx 1.14 on Alpine Linux
22
==============================================
3-
Example PHP-FPM 7.1 & Nginx 1.12 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
3+
Example PHP-FPM 7.2 & Nginx 1.14 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
44
The image is only +/- 35MB large.
55

66

0 commit comments

Comments
 (0)