Skip to content

Commit

Permalink
Update cockroachdb/cockroach Docker tag to v24.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent aa3fb99 commit 3827738
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 @@ -222,7 +222,7 @@ services:
depends_on:
cockroachdb-server:
condition: service_healthy
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.3.0}"
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.3.1}"
volumes:
- "./data/cockroachdb/init.sh:/tmp/scripts/init.sh"
- "${COCKROACHDB_DATA:-./data/cockroachdb/data}:/tmp/data"
Expand All @@ -234,7 +234,7 @@ services:
retries: 5
test: [CMD-SHELL, "curl --fail http://localhost:8080/ || exit 1"]
timeout: 5s
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.3.0}"
image: "cockroachdb/cockroach:${COCKROACHDB_VERSION:-v24.3.1}"
ports:
- "26257:26257"
- "8080:8080"
Expand Down

0 comments on commit 3827738

Please sign in to comment.