diff --git a/konflux.Containerfile b/konflux.Containerfile index e6eba670..cd160822 100644 --- a/konflux.Containerfile +++ b/konflux.Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi@sha256:af12fdcdf2033c33e08a156e6faf470fb1d2b883c92dc354c3829623a7f40628 AS builder +FROM registry.access.redhat.com/ubi8/ubi@sha256:1551c9a922dbb31c5688380fd955ef57f0f00b395bacb36856bc386eba82897b AS builder ARG FACT_TAG RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]] @@ -33,7 +33,7 @@ COPY . . RUN cargo build --release -FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:03bcee28f6137a3103a9218d2d7e6a453658d04a084ec9a41d1501c0d28cff37 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:f0ed53122215c6cccdc992166caa9f6b56c08b202e8b1144dd1c2ad04579415d ARG FACT_TAG