Skip to content

Commit

Permalink
chore(deps): update cockroachdb/cockroach docker tag to v23.2.9 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent b8c79a1 commit 84b2fc9
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 @@ -38,7 +38,7 @@ services:

# Environment setup
create_databases:
image: cockroachdb/cockroach:v23.2.3
image: cockroachdb/cockroach:v23.2.9
restart: on-failure:5
command: |
sql --insecure -e '
Expand Down Expand Up @@ -67,7 +67,7 @@ services:

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

0 comments on commit 84b2fc9

Please sign in to comment.