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"
33FROM $BASEIMAGE AS compile
44
55ENV PHP_REDIS_VERSION="6.1.0" \
6- PHP_MONGODB_VERSION="1.20 .1" \
6+ PHP_MONGODB_VERSION="2.1 .1" \
77 PHP_SWOOLE_VERSION="v5.1.7" \
88 PHP_IMAGICK_VERSION="3.7.0" \
99 PHP_YAML_VERSION="2.2.4" \
@@ -240,7 +240,7 @@ COPY --from=protobuf /usr/local/lib/php/extensions/no-debug-non-zts-20230831/pro
240240COPY --from=gd /usr/local/lib/php/extensions/no-debug-non-zts-20230831/gd.so /usr/local/lib/php/extensions/no-debug-non-zts-20230831/
241241
242242# 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
244244
245245EXPOSE 80
246246
You can’t perform that action at this time.
0 commit comments