diff --git a/packages/packages.yaml.tmpl b/packages/packages.yaml.tmpl index 27a272c3..79c2ba30 100644 --- a/packages/packages.yaml.tmpl +++ b/packages/packages.yaml.tmpl @@ -2195,7 +2195,7 @@ components: # binary builder, also we need it when build for mac to get build tools versions and other informations. builders: - if: {{ semver.CheckConstraint ">= 8.5.5-0" .Release.version }} - image: ghcr.io/pingcap-qe/cd/builders/tiflow:v2025.12.7-3-g1c0b8cf-centos7-go1.25 + image: ghcr.io/pingcap-qe/cd/builders/tiflow:v2025.12.14-3-g63aefbf-centos7-go1.25 - if: {{ semver.CheckConstraint ">= 8.4.0-0, < 8.5.5-0" .Release.version }} image: ghcr.io/pingcap-qe/cd/builders/tiflow:v2025.11.9-1-ga8991fa-centos7-go1.23 - if: {{ semver.CheckConstraint ">= 7.4.0-0, < 8.4.0-0" .Release.version }}