chore: fix crdb version on v24.2.1 (#8607)

Fix crdb to version v24.2.1 for e2e tests
This commit is contained in:
Stefan Benz 2024-09-12 09:30:56 +02:00 committed by GitHub
parent 21c38b061d
commit 87e8ac48ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ services:
db: db:
restart: 'always' restart: 'always'
image: 'cockroachdb/cockroach:latest' image: 'cockroachdb/cockroach:v24.2.1'
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']