Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 8a6abdc commit 5bc1690
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"
services:
mongo:
image: mongo:7.0.15
image: mongo:8.0.3
volumes:
- mongo-data:/data/db/mongo
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
mongo:
image: mongo:7.0.15
image: mongo:8.0.3
volumes:
- mongo-data:/data/db/mongo
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
mongo:
image: mongo:7.0.15
image: mongo:8.0.3
volumes:
- mongo-data:/data/db/mongo
ports:
Expand Down

0 comments on commit 5bc1690

Please sign in to comment.