Skip to content

Commit

Permalink
Update xtdb version in octopoes CI docker compose and docker-compose.…
Browse files Browse the repository at this point in the history
…release-example.yml (#2085)

Co-authored-by: Jan Klopper <[email protected]>
  • Loading branch information
dekkers and underdarknl authored Dec 5, 2023
1 parent 7062152 commit ac96eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.release-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
APPS: "ROCKY BYTES KATALOGUS SCHEDULER"

crux:
image: "ghcr.io/dekkers/xtdb-http-multinode:v1.0.6"
image: "ghcr.io/dekkers/xtdb-http-multinode:v1.0.8"
restart: on-failure
ports:
- "127.0.0.1:3000:3000"
Expand Down
2 changes: 1 addition & 1 deletion octopoes/.ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- ".ci/ci-multinode.env"

xtdb_multinode:
image: "ghcr.io/dekkers/xtdb-http-multinode:v1.0.7"
image: "ghcr.io/dekkers/xtdb-http-multinode:v1.0.8"

ci_octopoes:
build:
Expand Down

0 comments on commit ac96eea

Please sign in to comment.