Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/pingcap-qe/bases/pingcap-base docker tag to v1.9.1 #364

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/bases/tikv-base/fips.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PINGCAP_BASE=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.0
ARG PINGCAP_BASE=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1
FROM $PINGCAP_BASE
# wget is requested by operator
RUN dnf install -y tzdata wget openssl && dnf clean all
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/products/br.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.0
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1
FROM $BASE_IMG
COPY br /br
2 changes: 1 addition & 1 deletion dockerfiles/products/tiproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.0
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1
FROM $BASE_IMG

COPY tiproxy tiproxyctl /bin/
Expand Down