Skip to content

Commit

Permalink
chore(deps): update dependency mongo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Oct 21, 2024
1 parent 4af0ea2 commit 6fb4dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'

services:
mongodb-stylo:
image: mongo:4.4
image: mongo:8.0
container_name: "mongodb-stylo"
environment:
- MONGO_DATA_DIR=/data/db
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'

services:
mongodb-stylo:
image: mongo:4.4
image: mongo:8.0
container_name: "mongodb-stylo"
environment:
- MONGO_DATA_DIR=/data/db
Expand Down

0 comments on commit 6fb4dde

Please sign in to comment.