File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BASEIMAGE="php:8.3.17-cli-alpine3.20"
3
3
FROM $BASEIMAGE AS compile
4
4
5
5
ENV PHP_REDIS_VERSION="6.1.0" \
6
- PHP_MONGODB_VERSION="1.20 .1" \
6
+ PHP_MONGODB_VERSION="2.1 .1" \
7
7
PHP_SWOOLE_VERSION="v5.1.7" \
8
8
PHP_IMAGICK_VERSION="3.7.0" \
9
9
PHP_YAML_VERSION="2.2.4" \
@@ -240,7 +240,7 @@ COPY --from=protobuf /usr/local/lib/php/extensions/no-debug-non-zts-20230831/pro
240
240
COPY --from=gd /usr/local/lib/php/extensions/no-debug-non-zts-20230831/gd.so /usr/local/lib/php/extensions/no-debug-non-zts-20230831/
241
241
242
242
# Enable Extensions
243
- RUN docker-php-ext-enable swoole redis imagick yaml maxminddb scrypt zstd brotli lz4 snappy opentelemetry protobuf gd
243
+ RUN docker-php-ext-enable swoole redis imagick yaml maxminddb scrypt zstd brotli lz4 snappy opentelemetry protobuf gd mongodb
244
244
245
245
EXPOSE 80
246
246
You can’t perform that action at this time.
0 commit comments