Skip to content

Commit

Permalink
chore(deps): update dependency pingcap/tiflash to v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent d90bf97 commit 96fa8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM centos:7.9.2009 as builder
LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com"

# renovate: datasource=github-tags depName=pingcap/tiflash
ARG TIFLASH_VER=v7.4.0
ARG TIFLASH_VER=v7.5.0
RUN FILE=$([ "$(arch)" = "aarch64" ] && echo "bake_llvm_base_aarch64.sh" || echo "bake_llvm_base_amd64.sh"); \
curl -sSL https://github.com/pingcap/tiflash/archive/refs/tags/${TIFLASH_VER}.tar.gz -o tiflash.tar.gz && \
tar -zxf tiflash.tar.gz "tiflash-${TIFLASH_VER#?}/release-centos7-llvm/dockerfiles/misc" && \
Expand Down

0 comments on commit 96fa8ef

Please sign in to comment.