chore: fix crdb version on latest

This commit is contained in:
Stefan Benz 2024-09-12 09:47:30 +02:00
parent 87e8ac48ae
commit a3a763d0a1
No known key found for this signature in database
GPG Key ID: 071AA751ED4F9D31

View File

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