Skip to content

Commit 822a41b

Browse files
committed
Update dockerfile
1 parent c530d28 commit 822a41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
1111
FROM php:8.4-cli-alpine AS compile
1212

1313
ENV PHP_REDIS_VERSION=6.1.0 \
14-
PHP_SWOOLE_VERSION=v5.1.3 \
15-
PHP_MONGO_VERSION=1.20.0
14+
PHP_SWOOLE_VERSION=v6.0.2 \
15+
PHP_MONGO_VERSION=2.1.1
1616

1717
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1818

0 commit comments

Comments
 (0)