Skip to content

Commit acbc9e0

Browse files
Ric HarveyRic Harvey
Ric Harvey
authored and
Ric Harvey
committed
Bump alpine ver to 3.18 and php to 8.2.6, nginx to 1.24
1 parent 1f23453 commit acbc9e0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.5-fpm-alpine3.17
1+
FROM php:8.2.6-fpm-alpine3.18
22

33
LABEL maintainer="Ric Harvey <[email protected]>"
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you have improvements or suggestions please open an issue or pull request on
88
### Versioning
99
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1010
|-----|-------|-----|--------|--------|
11-
| latest/![docker version](https://img.shields.io/docker/v/richarvey/nginx-php-fpm?sort=semver)| Main Branch |1.22.1 | 8.2.5 | 3.17 |
11+
| latest/![docker version](https://img.shields.io/docker/v/richarvey/nginx-php-fpm?sort=semver)| Main Branch |1.24-r6 | 8.2.6 | 3.18 |
1212

1313
For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/main/docs/versioning.md)
1414

docs/versioning.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The latest tag will always follow the main branch in git. the other versions wil
1717

1818
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
1919
|-----|-------|-----|--------|--------|----------|
20+
| 3.1.5 | 8.2.6 |1.24-r6 | 3.18 | 0.3.17 | upgrade to php 8.2.5 |
2021
| 3.1.4 | 8.2.5 |1.22.1 | 3.17 | 0.3.17 | upgrade to php 8.2.5 |
2122
| 3.1.3 | 8.2.4 |1.22.1 | 3.17 | 0.3.17 | adding mongoDB support #281 |
2223
| 3.1.2 | 8.2.4 |1.22.1 | 3.17 | 0.3.17 | fix #280 |

0 commit comments

Comments
 (0)