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