Skip to content

Commit e965de8

Browse files
authored
Merge pull request #16 from appwrite/fix-downgrade-swoole
downgrade swoole to 5.0.1
2 parents 2954b4e + fe0f519 commit e965de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:8.0.18-cli-alpine3.15 as compile
22

33
ENV PHP_REDIS_VERSION=5.3.7 \
44
PHP_MONGODB_VERSION=1.16.1 \
5-
PHP_SWOOLE_VERSION=v5.0.2 \
5+
PHP_SWOOLE_VERSION=v5.0.1 \
66
PHP_IMAGICK_VERSION=3.7.0 \
77
PHP_YAML_VERSION=2.2.3 \
88
PHP_MAXMINDDB_VERSION=v1.11.0 \

0 commit comments

Comments
 (0)