File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.1.6 -fpm-alpine
1+ FROM php:7.1.7 -fpm-alpine
22
33MAINTAINER ngineered <support@ngineered.co.uk>
44
55ENV php_conf /usr/local/etc/php-fpm.conf
66ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
88
9- ENV NGINX_VERSION 1.13.1
9+ ENV NGINX_VERSION 1.13.2
1010
1111RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
1212 && CONFIG="\
Original file line number Diff line number Diff 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 | GitHub Release | Nginx Version | PHP Version | Alpine Version |
1212| -----| -------| -----| --------| --------|
13- | latest | Master Branch | 1.13.1 | 7.1.6 | 3.4 |
13+ | latest | Master Branch | 1.13.2 | 7.1.7 | 3.4 |
1414
1515For other tags please see: [ versioning] ( https://github.com/ngineered/nginx-php-fpm/blob/master/docs/versioning.md )
1616
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The latest tag will always follow the master branch in git. the other versions w
1515
1616| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | Container Scripts |
1717| -----| -------| -----| --------| --------| --------|
18- | latest | Master Branch | 1.11.10 | 7.1.2 | 3.4 | 0.2.6 |
18+ | latest | Master Branch | 1.13.2 | 7.1.7 | 3.4 | 0.2.9 |
1919| 1.1.1 | 1.1.1 | 1.11.9 | 7.1.1 | 3.4 | 0.2.5 |
2020| 1.1.2 | 1.1.2 | 1.11.10 | 7.1.1 | 3.4 | 0.2.6 |
2121| 1.1.3 | 1.1.3 | 1.11.10 | 7.1.2 | 3.4 | 0.2.6 |
@@ -24,6 +24,7 @@ The latest tag will always follow the master branch in git. the other versions w
2424| 1.1.6 | 1.1.6 | 1.11.10 | 7.1.2 | 3.4 | 0.2.8 |
2525| 1.2.0 | 1.2.0 | 1.12.10 | 7.1.3 | 3.4 | 0.2.9 |
2626| 1.2.1 | 1.2.1 | 1.13.1 | 7.1.6 | 3.4 | 0.2.9 |
27+ | 1.2.2 | 1.2.2 | 1.13.2 | 7.1.7 | 3.4 | 0.2.9 |
2728
2829These tags will be created as releases on GitHub and as tags in docker hub.
2930
You can’t perform that action at this time.
0 commit comments