mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
build: update CockroachDB version to v23.1.9 (#10346)
The previous version is going out of support.
This commit is contained in:
parent
befe4f9cbf
commit
9471bfcebc
@ -63,7 +63,7 @@ services:
|
||||
|
||||
# cockroachdb
|
||||
cockroachdb:
|
||||
image: "cockroachdb/cockroach:v22.1.6"
|
||||
image: "cockroachdb/cockroach:v23.1.9"
|
||||
container_name: "typeorm-cockroachdb"
|
||||
command: start-single-node --insecure --cache=.25 --store=type=mem,size=.25
|
||||
ports:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user