updated to php 7.4.2 but geoip is broken - to fix

This commit is contained in:
ric
2020-02-03 22:08:43 +00:00
parent 218147f77a
commit 5f7fcc2d5f
6 changed files with 84 additions and 77 deletions

View File

@@ -13,6 +13,16 @@ We will use the [semver](http://ricostacruz.com/cheatsheets/semver.html) style n
The latest tag will always follow the master branch in git. the other versions will have releases attached.
#### PHP 7.4
| 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 |
These tags will be created on GitLab and as tags in docker hub.
### Unmaintained tags:
#### PHP 7.3
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
@@ -35,9 +45,6 @@ The latest tag will always follow the master branch in git. the other versions w
| 1.8.1 | 7.3.9 |1.16.1 | 3.10 | 0.3.12 | started python upgrade |
| 1.8.2 | 7.3.9 |1.16.1 | 3.10 | 0.3.13 | geoip2, catchall and xdebug.remote merges |
These tags will be created on GitLab and as tags in docker hub.
### Unmaintained tags:
#### PHP 7.2
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts |