diff --git a/Dockerfile b/Dockerfile index aed9b56..9a47c7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4-cli +FROM php:8.5-cli RUN apt-get update && apt-get install -y unzip git curl protobuf-compiler supervisor && rm -rf /var/lib/apt/lists/* RUN docker-php-ext-install sockets