Skip to content

Commit a06e35d

Browse files
chore(deps): update cockroachdb/cockroach docker tag to v24.3.10
1 parent 6c9e48c commit a06e35d

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:v24.1.3
41+
image: cockroachdb/cockroach:v24.3.10
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:v24.1.3
70+
image: cockroachdb/cockroach:v24.3.10
7171
command: start-single-node --insecure
7272
restart: unless-stopped
7373
volumes:

0 commit comments

Comments
 (0)