Skip to content

Commit dfb6442

Browse files
committed
Upgraded to Alpine 3.10, Nginx 1.16 & PHP 7.3
1 parent e829a11 commit dfb6442

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.9
1+
FROM alpine:3.10
22
LABEL Maintainer="Tim de Pater <[email protected]>" \
3-
Description="Lightweight container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux."
3+
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Docker PHP-FPM 7.2 & Nginx 1.14 on Alpine Linux
2-
Example PHP-FPM 7.2 & Nginx 1.14 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
1+
# Docker PHP-FPM 7.3 & Nginx 1.16 on Alpine Linux
2+
Example PHP-FPM 7.3 & Nginx 1.16 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
33
The image is only +/- 35MB large.
44

55
Repository: https://github.com/TrafeX/docker-php-nginx
66

77

88
* Built on the lightweight and secure Alpine Linux distribution
99
* Very small Docker image size (+/-35MB)
10-
* Uses PHP 7.2 for better performance, lower cpu usage & memory footprint
10+
* Uses PHP 7.3 for better performance, lower cpu usage & memory footprint
1111
* Optimized for 100 concurrent users
1212
* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)
1313
* The servers Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
@@ -17,8 +17,8 @@ Repository: https://github.com/TrafeX/docker-php-nginx
1717

1818
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/alpine-nginx-php7.svg)](https://hub.docker.com/r/trafex/alpine-nginx-php7/)
1919
[![Docker image layers](https://images.microbadger.com/badges/image/trafex/alpine-nginx-php7.svg)](https://microbadger.com/images/trafex/alpine-nginx-php7)
20-
![nginx 1.14.1](https://img.shields.io/badge/nginx-1.14-brightgreen.svg)
21-
![php 7.2](https://img.shields.io/badge/php-7.2-brightgreen.svg)
20+
![nginx 1.16.1](https://img.shields.io/badge/nginx-1.16-brightgreen.svg)
21+
![php 7.3](https://img.shields.io/badge/php-7.3-brightgreen.svg)
2222
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
2323

2424
### Breaking changes (26/01/2019)

0 commit comments

Comments
 (0)