diff --git a/Dockerfile b/Dockerfile index ab4032f..d728129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM php:8.1-fpm +FROM php:8.2-fpm ENV TZ=America/Santiago RUN apt-get update && apt-get install -y --no-install-recommends libzip-dev libicu-dev git libpng-dev unzip tzdata \ && rm -r /var/lib/apt/lists/* \ && docker-php-ext-install pdo pdo_mysql zip intl gd bcmath \ - && pecl install xdebug-3.1.3 \ + && pecl install xdebug-3.3.2 \ && docker-php-ext-enable xdebug \ && echo $TZ > /etc/timezone