mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge pull request #1496 from TorstenDittmann/update-php-dependencies
deps(php): update swoole and imagick
This commit is contained in:
commit
41b2e1a7fc
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ ARG DEBUG=false
|
||||||
ENV DEBUG=$DEBUG
|
ENV DEBUG=$DEBUG
|
||||||
|
|
||||||
ENV PHP_REDIS_VERSION=5.3.4 \
|
ENV PHP_REDIS_VERSION=5.3.4 \
|
||||||
PHP_SWOOLE_VERSION=v4.6.7 \
|
PHP_SWOOLE_VERSION=v4.7.0 \
|
||||||
PHP_IMAGICK_VERSION=3.5.0 \
|
PHP_IMAGICK_VERSION=3.5.1 \
|
||||||
PHP_YAML_VERSION=2.2.1 \
|
PHP_YAML_VERSION=2.2.1 \
|
||||||
PHP_MAXMINDDB_VERSION=v1.10.1
|
PHP_MAXMINDDB_VERSION=v1.10.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue