mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-21 22:38:14 +08:00
Updated to Alpine Linux 3.8 which includes PHP 7.2 & Nginx 1.14
This commit is contained in:
parent
ef054a580b
commit
cf28926c5f
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.7
|
||||
FROM alpine:3.8
|
||||
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
||||
Description="Lightweight container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux."
|
||||
Description="Lightweight container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux."
|
||||
|
||||
# Install packages
|
||||
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
|
||||
|
@ -1,6 +1,6 @@
|
||||
Docker PHP-FPM 7.1 & Nginx 1.12 on Alpine Linux
|
||||
Docker PHP-FPM 7.2 & Nginx 1.14 on Alpine Linux
|
||||
==============================================
|
||||
Example PHP-FPM 7.1 & Nginx 1.12 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
||||
Example PHP-FPM 7.2 & Nginx 1.14 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
||||
The image is only +/- 35MB large.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user