diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 36920f5d..510da087 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.32.0@sha256:508f620c3821579a7bac5347a85a9fa6a47f68e844083b976d928c41ae5c7bec" + image: "docker.elastic.co/ci-agent-images/pipelib:0.33.0@sha256:d79a2f81e8679788e314bdb69c074388dbc9b5d6d30f9e2e90cd40b867911bf7" if_changed: - "renovate.json" @@ -15,7 +15,7 @@ steps: - label: "Validate catalog-info.yaml" command: "/agent/check-catalog-info.sh" agents: - image: "docker.elastic.co/ci-agent-images/pipelib:0.32.0@sha256:508f620c3821579a7bac5347a85a9fa6a47f68e844083b976d928c41ae5c7bec" + image: "docker.elastic.co/ci-agent-images/pipelib:0.33.0@sha256:d79a2f81e8679788e314bdb69c074388dbc9b5d6d30f9e2e90cd40b867911bf7" if_changed: - "catalog-info.yaml"