We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1943aa4 commit 057dec4Copy full SHA for 057dec4
Dockerfile
@@ -17,7 +17,7 @@ FROM php:8.3.19-cli-alpine3.21 AS compile
17
ENV PHP_REDIS_VERSION="6.0.2" \
18
PHP_SWOOLE_VERSION="v5.1.7" \
19
PHP_XDEBUG_VERSION="3.4.2" \
20
- PHP_MONGODB_VERSION="1.21.1"
+ PHP_MONGODB_VERSION="2.1.1"
21
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
22
23
RUN apk update && apk add --no-cache \
0 commit comments