Skip to content

Commit

Permalink
chore(deps): update cockroachdb/cockroach docker tag to v22.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JAORMX committed Mar 15, 2023
1 parent db20c05 commit fc4afcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

# Environment setup
create_databases:
image: cockroachdb/cockroach:v22.2.5
image: cockroachdb/cockroach:v22.2.6
restart: on-failure:5
command: "sql --insecure -e 'CREATE DATABASE IF NOT EXISTS spicedb;'"
env_file:
Expand All @@ -60,7 +60,7 @@ services:

# Required services (databases, etc)
crdb:
image: cockroachdb/cockroach:v22.2.5
image: cockroachdb/cockroach:v22.2.6
command: start-single-node --insecure
restart: unless-stopped
volumes:
Expand Down

0 comments on commit fc4afcb

Please sign in to comment.