mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #680 from appwrite/refactor-swoole-version-upgrade
Swoole version upgrade
This commit is contained in:
commit
70a40f434c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ FROM php:7.4-cli-alpine as step1
|
|||
|
||||
ENV TZ=Asia/Tel_Aviv \
|
||||
PHP_REDIS_VERSION=5.3.0 \
|
||||
PHP_SWOOLE_VERSION=4.5.3 \
|
||||
PHP_SWOOLE_VERSION=4.5.5 \
|
||||
PHP_XDEBUG_VERSION=sdebug_2_9-beta
|
||||
|
||||
RUN \
|
||||
|
|
|
|||
Loading…
Reference in a new issue