Skip to content

Commit

Permalink
chore(deps): update ghcr.io/pingcap-qe/bases/tidb-base docker tag to …
Browse files Browse the repository at this point in the history
…v1.9.2
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 1f521ac commit 6421b46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/tidb-enterprise.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.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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/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.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
Expand Down

0 comments on commit 6421b46

Please sign in to comment.