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.4.2 -fpm-alpine3.11
1+ FROM php:7.4.5 -fpm-alpine3.11
22
33LABEL maintainer="Ric Harvey <ric@ngd.io>"
44
Original file line number Diff line number Diff 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.9.0 | Master Branch | 1.16.1 | 7.4.2 | 3.11 |
15+ | latest/1.9.0 | Master Branch | 1.16.1 | 7.4.5 | 3.11 |
1616
1717For other tags please see: [ versioning] ( https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md )
1818
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The latest tag will always follow the master branch in git. the other versions w
1818| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
1919| -----| -------| -----| --------| --------| ----------|
2020| 1.9.0 | 7.4.2 | 1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.2 |
21+ | 1.9.1 | 7.4.5 | 1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.5 |
2122
2223These tags will be created on GitLab and as tags in docker hub.
2324
You can’t perform that action at this time.
0 commit comments