@@ -1,4 +1,4 @@
-FROM php:7.4
+FROM php:8.0-cli
RUN pecl install swoole > /dev/null && \
docker-php-ext-enable swoole