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 1- FROM alpine:3.7
1+ FROM alpine:3.8
22LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
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
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 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/ ) .
44The image is only +/- 35MB large.
55
66
You can’t perform that action at this time.
0 commit comments