Skip to content

Commit

Permalink
Merge pull request #88 from data-catering/renovate/cockroachdb-cockro…
Browse files Browse the repository at this point in the history
…ach-24.x

Update cockroachdb/cockroach Docker tag to v24.2.2
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents c0d4821 + b25dd51 commit a45804a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ services:
depends_on:
cockroachdb-server:
condition: service_healthy
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.1.0}"
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.2.2}"
volumes:
- "./data/cockroachdb/init.sh:/tmp/scripts/init.sh"
- "${COCKROACHDB_DATA:-./data/cockroachdb/data}:/tmp/data"
Expand All @@ -220,7 +220,7 @@ services:
retries: 5
test: [CMD-SHELL, "curl --fail http://localhost:8080/ || exit 1"]
timeout: 5s
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.1.0}"
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.2.2}"
ports:
- "26257:26257"
- "8080:8080"
Expand Down

0 comments on commit a45804a

Please sign in to comment.