diff --git a/Dockerfile b/Dockerfile index 480405b..1250ef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0-apache +FROM php:8.1-apache ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ @@ -57,4 +57,4 @@ RUN pecl install \ COPY php.ini /usr/local/etc/php/ RUN curl -sS https://getcomposer.org/installer -o composer-setup.php -RUN php composer-setup.php --install-dir=/usr/local/bin --filename=composer \ No newline at end of file +RUN php composer-setup.php --install-dir=/usr/local/bin --filename=composer