1
0
Fork 0
mirror of synced 2024-06-10 23:04:45 +12:00

Merge pull request #738 from appwrite/feat-upgrade-swoole-version

Feat Upgrade Swoole Version
This commit is contained in:
Eldad A. Fux 2020-11-21 13:36:02 +02:00 committed by GitHub
commit 7e3ade4b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ RUN composer update --ignore-platform-reqs --optimize-autoloader \
FROM php:7.4-cli-alpine as step1
ENV PHP_REDIS_VERSION=5.3.0 \
PHP_SWOOLE_VERSION=v4.5.6 \
PHP_SWOOLE_VERSION=v4.5.8 \
PHP_MAXMINDDB_VERSION=v1.8.0 \
PHP_XDEBUG_VERSION=sdebug_2_9-beta