Upgrade PHP to 7.3.5

This commit is contained in:
Ric Harvey
2019-05-04 11:19:45 +01:00
parent eacb2ad1e7
commit ccc75085eb
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.3.4-fpm-alpine3.9
FROM php:7.3.5-fpm-alpine3.9
LABEL maintainer="Ric Harvey <ric@ngd.io>"

View File

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

View File

@@ -27,6 +27,7 @@ The latest tag will always follow the master branch in git. the other versions w
| 1.6.7 | 7.3.3 |1.14.2 | 3.9 | 0.3.13 | Broken |
| 1.6.8 | 7.3.4 |1.14.2 | 3.9 | 0.3.12 | Custom scripts rolled back |
| 1.7.0 | 7.3.4 |1.16.0 | 3.9 | 0.3.12 | First move to nginx 1.16.0 |
| 1.7.1 | 7.3.5 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.5 |
These tags will be created on GitLab and as tags in docker hub.