We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40273c commit 8fde5aeCopy full SHA for 8fde5ae
1 file changed
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
services:
12
mongodb:
13
- image: mongodb/mongodb-community-server:8.0-ubi
+ image: mongo:8
14
ports:
15
- 27017:27017
16
options: >
0 commit comments