Skip to content

Commit 5d5a734

Browse files
author
Ric Harvey
committed
Upgrade alpine to 3.10, php 7.3.9, nginx 1.16.1 closes richarvey#287
1 parent 42a09f7 commit 5d5a734

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:7.3.8-fpm-alpine3.9
1+
FROM php:7.3.9-fpm-alpine3.10
22

33
LABEL maintainer="Ric Harvey <ric@ngd.io>"
44

55
ENV php_conf /usr/local/etc/php-fpm.conf
66
ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
88

9-
ENV NGINX_VERSION 1.16.0
9+
ENV NGINX_VERSION 1.16.1
1010
ENV LUA_MODULE_VERSION 0.10.14
1111
ENV DEVEL_KIT_MODULE_VERSION 0.3.0
1212
ENV LUAJIT_LIB=/usr/lib

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have improvements or suggestions please open an issue or pull request on
1212
### Versioning
1313
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1414
|-----|-------|-----|--------|--------|
15-
| latest/1.7.4 | Master Branch |1.16.0 | 7.3.8 | 3.9 |
15+
| latest/1.8.0 | Master Branch |1.16.1 | 7.3.9 | 3.10 |
1616

1717
For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md)
1818

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The latest tag will always follow the master branch in git. the other versions w
3131
| 1.7.2 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.6 |
3232
| 1.7.3 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump xdebug 2.7.2 |
3333
| 1.7.4 | 7.3.8 |1.16.0 | 3.9 | 0.3.12 | upgrade php to 7.3.8 |
34+
| 1.8.0 | 7.3.9 |1.16.1 | 3.10 | 0.3.12 | Alpine upgrade to 3.10, PHP 7.3.9 and nginx 1.16.1 upgrades |
3435

3536
These tags will be created on GitLab and as tags in docker hub.
3637

0 commit comments

Comments
 (0)