File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.1.8 -fpm-alpine
1+ FROM php:7.1.9 -fpm-alpine
22
33MAINTAINER Ric Harvey <ric@ngd.io>
44
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on
99### Versioning
1010| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
1111| -----| -------| -----| --------| --------|
12- | latest | Master Branch | 1.13.4 | 7.1.8 | 3.4 |
12+ | latest | Master Branch | 1.13.4 | 7.1.9 | 3.4 |
1313
1414For other tags please see: [ versioning] ( https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md )
1515
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ The latest tag will always follow the master branch in git. the other versions w
3232| 1.3.0 | 1.3.0 | 1.13.4 | 7.1.8 | 3.4 | 0.3.0 |
3333| 1.3.1 | 1.3.1 | 1.13.4 | 7.1.8 | 3.4 | 0.3.1 |
3434| 1.3.2 | 1.3.2 | 1.13.4 | 7.1.8 | 3.4 | 0.3.2 |
35+ | 1.3.3 | 1.3.3 | 1.13.4 | 7.1.9 | 3.4 | 0.3.2 |
3536
3637These tags will be created as releases on GitHub and as tags in docker hub.
3738
You can’t perform that action at this time.
0 commit comments