diff --git a/Dockers/remote-laravel-container/Dockerfile b/Dockers/remote-laravel-container/Dockerfile index 39442bc..a1fc1d3 100644 --- a/Dockers/remote-laravel-container/Dockerfile +++ b/Dockers/remote-laravel-container/Dockerfile @@ -1,5 +1,5 @@ # Use an official PHP runtime as a parent image -FROM php:8.1-fpm +FROM php:8.2-fpm # Set the working directory WORKDIR /workspace @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \ cron \ sudo \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ - && docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql + && docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl # Install Redis PHP extension via PECL RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \ diff --git a/Dockers/remote-laravel-container/version b/Dockers/remote-laravel-container/version index 6e63660..5049538 100644 --- a/Dockers/remote-laravel-container/version +++ b/Dockers/remote-laravel-container/version @@ -1 +1 @@ -5.0 \ No newline at end of file +6.0 \ No newline at end of file