Skip to content

Commit

Permalink
fix: upgrade mongodb driver
Browse files Browse the repository at this point in the history
  • Loading branch information
celcius112 committed Oct 17, 2023
1 parent 4d587fc commit 6da9beb
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 @@ -57,7 +57,7 @@ jobs:
--health-retries 10
mongodb:
image: mongo:3.1.5
image: arm64v8/mongo:3.6
ports:
- 27017:27017
options: >-
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- ./docker/postgresql/setup.sql:/docker-entrypoint-initdb.d/setup.sql

mongodb:
image: mongo:3.1.5
image: arm64v8/mongo:3.6
ports:
- '27017:27017'

Expand Down

0 comments on commit 6da9beb

Please sign in to comment.