diff --git a/Dockerfile.bundle b/Dockerfile.bundle index 3e788c8a..a2744c2a 100644 --- a/Dockerfile.bundle +++ b/Dockerfile.bundle @@ -13,7 +13,7 @@ COPY /observability-operator/LICENSE LICENSE COPY /bundle-patches/render_templates . # Get yq from konflux CI -FROM quay.io/konflux-ci/yq@sha256:9264d52ac6d69bfe92617f309466a0c531990a4c07e63fe73748f44a42e0d1d2 AS parser +FROM quay.io/konflux-ci/yq@sha256:2e7d0e277f98c1f3c891dc1cbd05ed1b14fd9c8cf93582f05a65656dfbe31138 AS parser # Run template rendering FROM builder as final