Skip to content

Commit

Permalink
Update cockroachdb/cockroach Docker tag to v22.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 810ae1d commit c236e8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- governor

create-databases:
image: cockroachdb/cockroach:v22.1.11
image: cockroachdb/cockroach:v22.2.19
restart: on-failure:5
command: "sql --insecure -e 'CREATE DATABASE IF NOT EXISTS hydra_dev; CREATE DATABASE IF NOT EXISTS governor_dev;'"
env_file:
Expand All @@ -39,7 +39,7 @@ services:
- governor

crdb:
image: cockroachdb/cockroach:v22.1.11
image: cockroachdb/cockroach:v22.2.19
volumes:
- crdb-data:/cockroach/cockroach-data
command: start-single-node --insecure
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
crdb:
image: cockroachdb/cockroach:v22.1.11
image: cockroachdb/cockroach:v22.2.19
command: start-single-node --insecure
ports:
- "26257:26257"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- governor

crdb:
image: cockroachdb/cockroach:v22.1.11
image: cockroachdb/cockroach:v22.2.19
volumes:
- db:/cockroach/cockroach-data
command: start-single-node --insecure
Expand Down

0 comments on commit c236e8b

Please sign in to comment.