mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Upgraded Swoole version
This commit is contained in:
parent
a23f38c769
commit
3190b05ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN composer update --ignore-platform-reqs --optimize-autoloader \
|
|||
FROM php:8.0.0-cli-alpine as step1
|
||||
|
||||
ENV PHP_REDIS_VERSION=5.3.2 \
|
||||
PHP_SWOOLE_VERSION=v4.5.8 \
|
||||
PHP_SWOOLE_VERSION=v4.5.9 \
|
||||
PHP_IMAGICK_VERSION=master \
|
||||
PHP_YAML_VERSION=2.2.0b2 \
|
||||
PHP_MAXMINDDB_VERSION=v1.8.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue