Skip to content

Commit 7745861

Browse files
committed
fix: lock mongodb version
1 parent c01ed43 commit 7745861

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
@@ -3,7 +3,7 @@ FROM lojassimonetti/php-apache-oci8-composer:php8dot3
33
USER root
44

55
RUN echo "---> Mongo DB" && \
6-
pecl install mongodb && \
6+
pecl install mongodb-1.21.0 && \
77
docker-php-ext-enable mongodb
88

99
USER www-data:www-data

0 commit comments

Comments
 (0)