diff --git a/dockerfiles/cd/builders/tidb/Dockerfile b/dockerfiles/cd/builders/tidb/Dockerfile index 133a0a40..df726b07 100644 --- a/dockerfiles/cd/builders/tidb/Dockerfile +++ b/dockerfiles/cd/builders/tidb/Dockerfile @@ -33,7 +33,7 @@ RUN GOPROXY=${GOPROXY} make server -C /ws RUN /ws/bin/tidb-server -V ########### stage: Final image -FROM ghcr.io/pingcap-qe/bases/tidb-base:v1.9.1 +FROM ghcr.io/pingcap-qe/bases/tidb-base:v1.9.2 COPY --from=building /ws/bin/tidb-server /tidb-server WORKDIR / diff --git a/dockerfiles/cd/builders/tidb/centos7/Dockerfile b/dockerfiles/cd/builders/tidb/centos7/Dockerfile index a1db09ac..c8593b9d 100644 --- a/dockerfiles/cd/builders/tidb/centos7/Dockerfile +++ b/dockerfiles/cd/builders/tidb/centos7/Dockerfile @@ -36,7 +36,7 @@ RUN GOPROXY=${GOPROXY} make server -C /tidb RUN /tidb/bin/tidb-server -V ########### stage: Final image -FROM ghcr.io/pingcap-qe/bases/tidb-base:v1.9.1 +FROM ghcr.io/pingcap-qe/bases/tidb-base:v1.9.2 COPY --from=building /tidb/bin/tidb-server /tidb-server diff --git a/dockerfiles/products/tidb-enterprise.Dockerfile b/dockerfiles/products/tidb-enterprise.Dockerfile index c42ef38f..612950b1 100644 --- a/dockerfiles/products/tidb-enterprise.Dockerfile +++ b/dockerfiles/products/tidb-enterprise.Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tidb-base:v1.9.1 +ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tidb-base:v1.9.2 FROM $BASE_IMG COPY tidb-server /tidb-server COPY audit-1.so /plugins/audit-1.so diff --git a/dockerfiles/products/tidb.Dockerfile b/dockerfiles/products/tidb.Dockerfile index 963db768..9d56a45e 100644 --- a/dockerfiles/products/tidb.Dockerfile +++ b/dockerfiles/products/tidb.Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tidb-base:v1.9.1 +ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tidb-base:v1.9.2 FROM $BASE_IMG COPY tidb-server /tidb-server EXPOSE 4000