Skip to content

Commit 514ab5d

Browse files
committed
Update to php 8.1.3
1 parent a9d4f09 commit 514ab5d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1.2-fpm-alpine3.15
1+
FROM php:8.1.3-fpm-alpine3.15
22

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on
99
### Versioning
1010
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1111
|-----|-------|-----|--------|--------|
12-
| latest/2.0.0 | Master Branch |1.21.6 | 8.1.2 | 3.15 |
12+
| latest/2.0.1 | Master Branch |1.21.6 | 8.1.3 | 3.15 |
1313

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

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The latest tag will always follow the master branch in git. the other versions w
1717

1818
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
1919
|-----|-------|-----|--------|--------|----------|
20+
| 2.0.1 | 8.1.3 |1.21.6 | 3.15 | 0.3.14 | upgrade to PHP 8.1.3 |
2021
| 2.0.0 | 8.1.2 |1.21.6 | 3.15 | 0.3.14 | upgrade to PHP 8 |
2122

2223
These tags will be created on GitHub and as tags in docker hub.

0 commit comments

Comments
 (0)