Skip to content

Commit

Permalink
Update mongo Docker tag to v7.0.17
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 25, 2025
1 parent 78493c3 commit a46a94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- "15674:15674"
mongodb:
container_name: mongodb
image: mongo:7.0.16-jammy
image: mongo:7.0.17-jammy
ports:
- "27017:27017"
environment:
Expand Down
2 changes: 1 addition & 1 deletion config/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.1'
services:
mongodb:
image: mongo:7.0.16-jammy
image: mongo:7.0.17-jammy
ports:
- "27017:27017"
environment:
Expand Down

0 comments on commit a46a94e

Please sign in to comment.