Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm
FROM php:8.3-fpm

LABEL maintainer="Vincent Letourneau <[email protected]>"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Docker container to install and run [PHP-FPM](https://php-fpm.org/).
## Supported branches and respective Dockerfile links

- master [Dockerfile](https://github.com/nanoninja/php-fpm/blob/master/Dockerfile)
- 8.3 [Dockerfile](https://github.com/nanoninja/php-fpm/blob/8.3/Dockerfile)
- 8.2 [Dockerfile](https://github.com/nanoninja/php-fpm/blob/8.2/Dockerfile)
- 8.1 [Dockerfile](https://github.com/nanoninja/php-fpm/blob/8.1/Dockerfile)
- 8.0 [Dockerfile](https://github.com/nanoninja/php-fpm/blob/8.0/Dockerfile)
- 7.4.10 [Dockerfile](https://github.com/nanoninja/php-fpm/blob/7.4.10/Dockerfile)
Expand Down