1
0
Fork 0

chore(deps): update pingcap to v8.5.3 (#2440)

This commit is contained in:
renovate[bot] 2025-11-10 13:56:28 +00:00 committed by GitHub
parent 1a8939c06a
commit d2f513b1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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