Skip to content

Commit

Permalink
Update mongo Docker tag to v7.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ca248d3 commit 6c05f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ services:
environment:
- "MONGO_INITDB_ROOT_USERNAME=${MONGODB_USER:-user}"
- "MONGO_INITDB_ROOT_PASSWORD=${MONGODB_PASSWORD:-password}"
image: "mongo:${MONGODB_VERSION:-7.0.11}"
image: "mongo:${MONGODB_VERSION:-7.0.14}"
ports:
- "27017:27017"
mssql:
Expand Down

0 comments on commit 6c05f6f

Please sign in to comment.