chore(deps): update pingcap to v8.5.3 (#2440)
This commit is contained in:
parent
1a8939c06a
commit
d2f513b1e1
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
pd0:
|
||||
image: pingcap/pd:v8.5.1
|
||||
image: pingcap/pd:v8.5.3
|
||||
# ports:
|
||||
# - "2379"
|
||||
volumes:
|
||||
|
|
@ -34,7 +34,7 @@ services:
|
|||
- "pd0"
|
||||
restart: on-failure
|
||||
tidb:
|
||||
image: pingcap/tidb:v8.5.1
|
||||
image: pingcap/tidb:v8.5.3
|
||||
# ports:
|
||||
# - "4000:4000"
|
||||
volumes:
|
||||
|
|
@ -48,7 +48,7 @@ services:
|
|||
- "tikv"
|
||||
restart: on-failure
|
||||
tiflash:
|
||||
image: pingcap/tiflash:v8.5.1
|
||||
image: pingcap/tiflash:v8.5.3
|
||||
volumes:
|
||||
- ./config/tiflash.toml:/tiflash.toml:ro
|
||||
- ./config/tiflash-learner.toml:/tiflash-learner.toml:ro
|
||||
|
|
|
|||
Loading…
Reference in New Issue