diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b16262c1..441c1057 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,7 +7,7 @@ steps: - label: "Verify Renovate configuration" command: "renovate-config-validator" agents: - image: "docker.elastic.co/ci-agent-images/pipelib:0.27.0@sha256:d1713778d27e0b6208f59ba8761f04ef033af4c4237cb2614a09d38584c5ff88" + image: "docker.elastic.co/ci-agent-images/pipelib:0.31.0@sha256:58c0aab1ff8f47341fb3bd35248bf071ab225f3f57f7e38e6b25e3ac0cc4dec9" if_changed: - "renovate.json" @@ -15,7 +15,7 @@ steps: - label: Validate TokenPolicy RREs command: "/agent/check-catalog-info.sh" agents: - image: "docker.elastic.co/ci-agent-images/pipelib:0.27.0@sha256:d1713778d27e0b6208f59ba8761f04ef033af4c4237cb2614a09d38584c5ff88" + image: "docker.elastic.co/ci-agent-images/pipelib:0.31.0@sha256:58c0aab1ff8f47341fb3bd35248bf071ab225f3f57f7e38e6b25e3ac0cc4dec9" if_changed: - "catalog-info.yaml"