diff --git a/konflux.Dockerfile b/konflux.Dockerfile index 6f1c7b3..d442bd3 100644 --- a/konflux.Dockerfile +++ b/konflux.Dockerfile @@ -30,11 +30,11 @@ RUN RACE=0 GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) \ # Stage 2: Runtime base - used to preserve rpmdb when installing packages -FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:b1e86b97028b8fcfb6d85f997c39e6b6b67496163ef8d80d243220a4918e8bef AS ubi-micro-base +FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:f332c99eb8f798a8486821c91937f10ad64ee83d7e739303be2df051040918f6 AS ubi-micro-base # Stage 3: Package installer - installs ca-certificates and openssl into /ubi-micro-base-root/ -FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:e79f79172a6779775e1733cb4f49cd5ef03a0703c68ec46c717f93b9ac4a5e71 AS package_installer +FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:b8c53f907b7ea8934d6bb23b319ca7b5ab567e61a0806ffc80170631cabc7563 AS package_installer # Copy ubi-micro base to /ubi-micro-base-root/ to preserve its rpmdb COPY --from=ubi-micro-base / /ubi-micro-base-root/