diff --git a/Dockerfile b/Dockerfile index 3fb0e9b..1be02ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1-fpm +FROM php:8.3-fpm LABEL maintainer="Vincent Letourneau " diff --git a/README.md b/README.md index 0c62bd8..437ca19 100644 --- a/README.md +++ b/README.md @@ -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)