diff --git a/packages/packages.yaml.tmpl b/packages/packages.yaml.tmpl index ede34616..de420332 100644 --- a/packages/packages.yaml.tmpl +++ b/packages/packages.yaml.tmpl @@ -919,7 +919,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.6-0" .Release.version }} - image: ghcr.io/pingcap-qe/cd/builders/tidb:v2026.3.29-25-gc550a78-centos7-go1.25 + image: ghcr.io/pingcap-qe/cd/builders/tidb:v2026.4.12-6-gfffaec3-centos7-go1.25 - if: {{ semver.CheckConstraint ">= 8.5.5-0, < 8.5.6-0" .Release.version }} image: ghcr.io/pingcap-qe/cd/builders/tidb:v2025.12.7-14-g6fd6d9d-centos7-go1.25 - if: {{ semver.CheckConstraint ">= 8.4.0-0, < 8.5.5-0" .Release.version }}