Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v8.0.3 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 6036c88 commit 62234fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/server/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
quarkus:
mongodb:
devservices:
image-name: mongo:8.0.1
image-name: mongo:8.0.3

nx-server:
configuration:
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mongo:
image: mongo:8.0.1
image: mongo:8.0.3
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
ports:
- "27017:27017"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quarkus.mongodb.database=nx-cloud-ce-test
quarkus.mongodb.devservices.image-name=mongo:8.0.1
quarkus.mongodb.devservices.image-name=mongo:8.0.3

0 comments on commit 62234fd

Please sign in to comment.