Skip to content

Commit 057dec4

Browse files
committed
Update mongo extension
1 parent 1943aa4 commit 057dec4

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
@@ -17,7 +17,7 @@ FROM php:8.3.19-cli-alpine3.21 AS compile
1717
ENV PHP_REDIS_VERSION="6.0.2" \
1818
PHP_SWOOLE_VERSION="v5.1.7" \
1919
PHP_XDEBUG_VERSION="3.4.2" \
20-
PHP_MONGODB_VERSION="1.21.1"
20+
PHP_MONGODB_VERSION="2.1.1"
2121
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
2222

2323
RUN apk update && apk add --no-cache \

0 commit comments

Comments
 (0)