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
2
2
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."
4
4
5
5
# Install packages
6
6
RUN 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
2
2
==============================================
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/ ) .
4
4
The image is only +/- 35MB large.
5
5
6
6
You can’t perform that action at this time.
0 commit comments