Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2251 from SkynetLabs/renovate/mongo-4.x
Browse files Browse the repository at this point in the history
chore(deps): update mongo docker tag to v4.4.17
  • Loading branch information
kwypchlo authored Sep 30, 2022
2 parents 5ff2f58 + b7afcd1 commit e63fcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- MONGODB_PASSWORD=${SKYNET_DB_PASS}

mongo:
image: mongo:4.4.16
image: mongo:4.4.17
command: --keyFile=/data/mgkey --replSet=${SKYNET_DB_REPLICASET:-skynet} --setParameter ShardingTaskExecutorPoolMinSize=10
container_name: mongo
restart: unless-stopped
Expand Down

0 comments on commit e63fcbe

Please sign in to comment.