From addb7eb6fcbe9aaf45c58b69141786a4674c1bc4 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 05:03:53 +0000 Subject: [PATCH] chore(deps): update all updates Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- konflux.Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7938bb6..143bd750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tonic-prost-build = "0.14.0" uuid = { version = "1.17.0", features = ["v4"] } bindgen = "0.72.0" tempfile = { version = "3.20.0", default-features = false } -yaml-rust2 = "0.10.3" +yaml-rust2 = "0.11.0" [profile.release] debug = "line-tables-only" diff --git a/konflux.Containerfile b/konflux.Containerfile index e84dc327..60e18346 100644 --- a/konflux.Containerfile +++ b/konflux.Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi@sha256:dbc1e98d14a022542e45b5f22e0206d3f86b5bdf237b58ee7170c9ddd1b3a283 AS builder +FROM registry.access.redhat.com/ubi9/ubi@sha256:2c9bb68a869abf7d7417f6639509ab5eb8500d8429ea11ab59e677be5545162b AS builder ARG FACT_TAG RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]]