Skip to content

Commit

Permalink
fix(dockerfiles/product/tidb): fix product docker file for patch vers…
Browse files Browse the repository at this point in the history
…ion ~v6.5.12 (#496)

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Nov 19, 2024
1 parent bf65abf commit 223f215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb/~6.5.12/tidb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tidb-base:v1.0.1-old
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tidb-base:v1.9.2
FROM $BASE_IMG
COPY tidb-server /tidb-server
EXPOSE 4000
Expand Down

0 comments on commit 223f215

Please sign in to comment.