Skip to content

Commit 789f7fe

Browse files
Update pingcap/pd Docker tag to v8.5.6
1 parent 91c6ce7 commit 789f7fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ops/docker-compose/database/tidb/compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ x-network: &network
88
services:
99
pd0:
1010
<<: *network
11-
image: pingcap/pd:v8.5.5
11+
image: pingcap/pd:v8.5.6
1212
ports:
1313
- "2379"
1414
command:
@@ -25,7 +25,7 @@ services:
2525

2626
pd1:
2727
<<: *network
28-
image: pingcap/pd:v8.5.5
28+
image: pingcap/pd:v8.5.6
2929
ports:
3030
- "2379"
3131
command:
@@ -42,7 +42,7 @@ services:
4242

4343
pd2:
4444
<<: *network
45-
image: pingcap/pd:v8.5.5
45+
image: pingcap/pd:v8.5.6
4646
ports:
4747
- "2379"
4848
command:

0 commit comments

Comments
 (0)