Skip to content

Commit 8c2f94f

Browse files
chore(deps): update cockroachdb/cockroach docker tag to v23.2.2 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3881f7 commit 8c2f94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838

3939
# Environment setup
4040
create_databases:
41-
image: cockroachdb/cockroach:v23.1.12
41+
image: cockroachdb/cockroach:v23.2.2
4242
restart: on-failure:5
4343
command: |
4444
sql --insecure -e '
@@ -67,7 +67,7 @@ services:
6767

6868
# Required services (databases, etc)
6969
crdb:
70-
image: cockroachdb/cockroach:v23.1.12
70+
image: cockroachdb/cockroach:v23.2.2
7171
command: start-single-node --insecure
7272
restart: unless-stopped
7373
volumes:

0 commit comments

Comments
 (0)