Skip to content

Commit

Permalink
Update MongoDB version to follow production
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Oct 21, 2024
1 parent 85efd3f commit c3601ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
POSTGRES_PASSWORD: password
mongo:
image: mongo:7.0.12
image: mongo:7.0.14
redis:
image: redis:7.0
options: --entrypoint redis-server
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
POSTGRES_PASSWORD: password
mongo:
image: mongo:7.0.12
image: mongo:7.0.14
container_name: starseeker-mongo
volumes:
- mongo-data:/data/db
Expand Down

0 comments on commit c3601ac

Please sign in to comment.