chore(e2e): use crdb 24.3

This commit is contained in:
Livio Spring
2025-03-18 08:51:00 +01:00
parent 935fd14d71
commit 55d3db6a56

View File

@@ -30,7 +30,7 @@ services:
db: db:
restart: 'always' restart: 'always'
image: 'cockroachdb/cockroach:latest' image: 'cockroachdb/cockroach:latest-v24.3'
command: 'start-single-node --insecure --http-addr :9090' command: 'start-single-node --insecure --http-addr :9090'
healthcheck: healthcheck:
test: ['CMD', 'curl', '-f', 'http://localhost:9090/health?ready=1'] test: ['CMD', 'curl', '-f', 'http://localhost:9090/health?ready=1']