From b34f2c08e8016dc53f119c54854c5d86430b90c4 Mon Sep 17 00:00:00 2001 From: Inhere Date: Tue, 6 Aug 2019 22:54:16 +0800 Subject: [PATCH] upgrade swoole to 4.4.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b210d38..191cb06e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ARG work_user=www-data ENV APP_ENV=${app_env:-"prod"} \ TIMEZONE=${timezone:-"Asia/Shanghai"} \ PHPREDIS_VERSION=4.3.0 \ - SWOOLE_VERSION=4.4.2 \ + SWOOLE_VERSION=4.4.3 \ COMPOSER_ALLOW_SUPERUSER=1 # Libs -y --no-install-recommends