From 28765c10be953217c54aaf2d746e4ce18529d65b Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 17 Mar 2023 08:08:50 +0000 Subject: [PATCH] Fix #280 --- README.md | 2 +- docs/versioning.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 310fe9a6..d8238bd0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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/3.1.1 | Main Branch |1.22.1 | 8.2.4 | 3.17 | +| latest/3.1.2 | Main Branch |1.22.1 | 8.2.4 | 3.17 | For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/main/docs/versioning.md) diff --git a/docs/versioning.md b/docs/versioning.md index 87ca8998..319a21cc 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -17,6 +17,7 @@ The latest tag will always follow the main branch in git. the other versions wil | Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes | |-----|-------|-----|--------|--------|----------| +| 3.1.2 | 8.2.4 |1.22.1 | 3.17 | 0.3.17 | fix #280 | | 3.1.1 | 8.2.4 |1.22.1 | 3.17 | 0.3.17 | upgrade to php 8.2.4 | | 3.1.0 | 8.2.3 |1.22.1 | 3.17 | 0.3.17 | reduced image size | | 3.0.2 | 8.2.3 |1.22.1 | 3.17 | 0.3.17 | fixed gd2 and xsl errors |