diff --git a/composer.json b/composer.json index bab2e964..21dc9ea6 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ } ], "require": { - "php": "^8.2", + "php": "^8.4.1", "ext-curl": "*", "ext-json": "*", "ext-pdo": "*", diff --git a/docker/Dockerfile b/docker/Dockerfile index 4341ffbf..aa06b6e5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-fpm +FROM php:8.4-fpm RUN apt-get update && apt-get install -y unzip nginx \ && docker-php-ext-install bcmath pdo_mysql \