Skip to content

Commit

Permalink
Merge pull request #58 from ekino/fix/mongo-build
Browse files Browse the repository at this point in the history
fix: upgrade mongodb driver
  • Loading branch information
celcius112 authored Oct 17, 2023
2 parents 4d587fc + bb45a7f commit dc15ec8
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: 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 dc15ec8

Please sign in to comment.