diff --git a/Dockerfile b/Dockerfile index fa65218..f3bbcd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4.2-fpm-alpine3.11 +FROM php:7.4.5-fpm-alpine3.11 LABEL maintainer="Ric Harvey " diff --git a/README.md b/README.md index 9f472d2..60b36cc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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.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) diff --git a/docs/versioning.md b/docs/versioning.md index 47c5c09..3724a58 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -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 | |-----|-------|-----|--------|--------|----------| | 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.