Skip to content

Commit

Permalink
upgrade mongo image to 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mswatosh committed Oct 29, 2024
1 parent 86a436d commit 4c18e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

services:
mongo:
image: mongo:7.0.7
image: mongo:8.0.3
# Set health checks to wait until mongo has started
options: >-
--health-cmd "echo 'db.runCommand("ping").ok' | mongosh --quiet"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Requires Java 21 for virtual threads. IBM Semuru Runtimes Java 21 can be obtaine
### Set Up MongoDB
You will need a MongoDB instance to use this sample. If you have Docker installed, you can use the following command to start a mongo container:
```shell
docker run -d -p 27017:27017 --name liberty_mongo mongo:7.0.7
docker run -d -p 27017:27017 --name liberty_mongo mongo:8.0.3
```

## Running the Sample
Expand Down

0 comments on commit 4c18e28

Please sign in to comment.