Merge pull request #32416 from kssenii/update-mongo-contrb

Update mongodb in contrib
This commit is contained in:
Kseniia Sumarokova 2021-12-10 22:00:01 +03:00 committed by GitHub
commit fcce952434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
contrib/poco vendored

@ -1 +1 @@
Subproject commit 258b9ba6cd245ff88e9346f75c43464c403f329d Subproject commit 520a90e02e3e5cb90afeae1846d161dbc508a6f1

View File

@ -76,7 +76,7 @@ RUN python3 -m pip install \
minio \ minio \
protobuf \ protobuf \
psycopg2-binary==2.8.6 \ psycopg2-binary==2.8.6 \
pymongo \ pymongo==3.11.0 \
pytest \ pytest \
pytest-timeout \ pytest-timeout \
pytest-xdist \ pytest-xdist \

View File

@ -1,7 +1,7 @@
version: '2.3' version: '2.3'
services: services:
mongo1: mongo1:
image: mongo:3.6 image: mongo:5.0
restart: always restart: always
environment: environment:
MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_USERNAME: root