We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c530d28 commit 822a41bCopy full SHA for 822a41b
Dockerfile
@@ -11,8 +11,8 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
11
FROM php:8.4-cli-alpine AS compile
12
13
ENV PHP_REDIS_VERSION=6.1.0 \
14
- PHP_SWOOLE_VERSION=v5.1.3 \
15
- PHP_MONGO_VERSION=1.20.0
+ PHP_SWOOLE_VERSION=v6.0.2 \
+ PHP_MONGO_VERSION=2.1.1
16
17
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
18
0 commit comments