Upgrade to php 7.4.5

This commit is contained in:
Ric Harvey
2020-04-20 15:56:13 +01:00
parent 5f7fcc2d5f
commit e0d5b45797
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.4.2-fpm-alpine3.11 FROM php:7.4.5-fpm-alpine3.11
LABEL maintainer="Ric Harvey <ric@ngd.io>" LABEL maintainer="Ric Harvey <ric@ngd.io>"

View File

@@ -12,7 +12,7 @@ If you have improvements or suggestions please open an issue or pull request on
### Versioning ### Versioning
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version | | Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
|-----|-------|-----|--------|--------| |-----|-------|-----|--------|--------|
| latest/1.9.0 | Master Branch |1.16.1 | 7.4.2 | 3.11 | | latest/1.9.0 | Master Branch |1.16.1 | 7.4.5 | 3.11 |
For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md) For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md)

View File

@@ -18,6 +18,7 @@ The latest tag will always follow the master branch in git. the other versions w
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes | | Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
|-----|-------|-----|--------|--------|----------| |-----|-------|-----|--------|--------|----------|
| 1.9.0 | 7.4.2 |1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.2 | | 1.9.0 | 7.4.2 |1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.2 |
| 1.9.1 | 7.4.5 |1.16.1 | 3.11 | 0.3.13 | upgrade to PHP 7.4.5 |
These tags will be created on GitLab and as tags in docker hub. These tags will be created on GitLab and as tags in docker hub.