Skip to content

Commit

Permalink
pin cockroach to v22.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasparada authored Feb 20, 2024
1 parent bcacf4b commit 9c4bbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
loki-url: http://localhost:3100/loki/api/v1/push

cockroach:
image: "cockroachdb/cockroach:v22.2.9"
image: "cockroachdb/cockroach:v22.2.18"
command: "start-single-node --insecure --log-file-verbosity=NONE --logtostderr=ERROR"
volumes:
- "./cockroach-data:/cockroach/cockroach-data"
Expand Down

0 comments on commit 9c4bbda

Please sign in to comment.