Pin the tidb docker image to 4.0.12 (#6716)

This commit is contained in:
Zhenxu Ke 2021-04-09 09:24:36 +08:00 committed by GitHub
parent d6b73cd917
commit 35c7fa5ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ version: '2.1'
services:
tidb:
image: pingcap/tidb:latest
image: pingcap/tidb:v4.0.12
expose:
- 4000
volumes:

View File

@ -17,7 +17,7 @@ version: '2.1'
services:
tidb:
image: pingcap/tidb:latest
image: pingcap/tidb:v4.0.12
expose:
- 4000
volumes: