Skip to content

Commit

Permalink
Merge pull request #34 from kirschbaum-development/mongodb-1.13
Browse files Browse the repository at this point in the history
Updates mongodb to 1.13
  • Loading branch information
babacarcissedia authored Jul 22, 2022
2 parents d2fe834 + 1069311 commit a79a268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 8.0-couch-mongo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN ln -s /usr/bin/php8.0 /etc/alternatives/php


## MongoDB
RUN pecl install mongodb-1.12.0
RUN pecl install mongodb-1.13.0
RUN echo "extension=mongodb.so" | tee -a /etc/php/8.0/cli/conf.d/20-mongodb.ini


Expand Down
2 changes: 1 addition & 1 deletion 8.1-couch-mongo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN ln -s /usr/bin/php8.1 /etc/alternatives/php


## MongoDB
RUN pecl install mongodb-1.12.0
RUN pecl install mongodb-1.13.0
RUN echo "extension=mongodb.so" | tee -a /etc/php/8.1/cli/conf.d/20-mongodb.ini


Expand Down

0 comments on commit a79a268

Please sign in to comment.