Skip to content

Commit eacb2ad

Browse files
author
Ric Harvey
committed
Move to nginx 1.16.0 new stable
1 parent aa2c30a commit eacb2ad

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.14.2
9+
ENV NGINX_VERSION 1.16.0
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
@@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on
1010
### Versioning
1111
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1212
|-----|-------|-----|--------|--------|
13-
| latest/1.6.8 | Master Branch |1.14.2 | 7.3.4 | 3.9 |
13+
| latest/1.7.0 | Master Branch |1.16.0 | 7.3.4 | 3.9 |
1414

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

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The latest tag will always follow the master branch in git. the other versions w
2626
| 1.6.6 | 7.3.3 |1.14.2 | 3.9 | 0.3.12 ||
2727
| 1.6.7 | 7.3.3 |1.14.2 | 3.9 | 0.3.13 | Broken |
2828
| 1.6.8 | 7.3.4 |1.14.2 | 3.9 | 0.3.12 | Custom scripts rolled back |
29+
| 1.7.0 | 7.3.4 |1.16.0 | 3.9 | 0.3.12 | First move to nginx 1.16.0 |
2930

3031
These tags will be created on GitLab and as tags in docker hub.
3132

0 commit comments

Comments
 (0)