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

Fix crdb to version v24.2.1 for e2e tests

(cherry picked from commit 87e8ac48aecc2240b87551c4b51b44e7f9ff7a93)
This commit is contained in:
Stefan Benz 2024-09-12 09:30:56 +02:00 committed by Livio Spring
parent a7f808ef2b
commit 3038ca2a92
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

View File

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