Skip to content

Commit dff34db

Browse files
authored
Merge pull request #26 from appwrite/chore-bump-swoole
Bump swoole to 5.1.2 as it was recently released
2 parents 2b5fe20 + 850fe70 commit dff34db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

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

tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ commandTests:
116116
- name: 'Docker command'
117117
command: "docker"
118118
args: ["--version"]
119-
expectedOutput: ["Docker version 24.*"]
119+
expectedOutput: ["Docker version 25.*"]
120120
- name: 'PHP info'
121121
command: "php"
122122
args: ["-m"]

0 commit comments

Comments
 (0)