Pin the tidb docker image to 4.0.12 (#6716)
This commit is contained in:
parent
d6b73cd917
commit
35c7fa5ed6
|
|
@ -17,7 +17,7 @@ version: '2.1'
|
|||
|
||||
services:
|
||||
tidb:
|
||||
image: pingcap/tidb:latest
|
||||
image: pingcap/tidb:v4.0.12
|
||||
expose:
|
||||
- 4000
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ version: '2.1'
|
|||
|
||||
services:
|
||||
tidb:
|
||||
image: pingcap/tidb:latest
|
||||
image: pingcap/tidb:v4.0.12
|
||||
expose:
|
||||
- 4000
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue