diff --git a/Cargo.toml b/Cargo.toml index fd144c07..5433ca2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,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 c9e5e18b..b9f1ffc8 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:3816d303e75dec4da2d10eeb9e8651eef4393721598bea4690c607282635aa57 AS builder ARG FACT_TAG RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]] @@ -17,7 +17,7 @@ COPY . . RUN cargo build --release -FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:f45ee3d1f8ea8cd490298769daac2ac61da902e83715186145ac2e65322ddfc8 +FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:e9765516d74cafded50d8ef593331eeca2ef6eababdda118e5297898d99b7433 ARG FACT_TAG