diff --git a/components/notebook-controller/Dockerfile.konflux b/components/notebook-controller/Dockerfile.konflux index c1e5a9d0ea7..d9cf81a0cfa 100644 --- a/components/notebook-controller/Dockerfile.konflux +++ b/components/notebook-controller/Dockerfile.konflux @@ -29,7 +29,7 @@ USER root RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -a -o ./bin/manager main.go # Use ubi8/ubi-minimal as base image -FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:cf095e5668919ba1b4ace3888107684ad9d587b1830d3eb56973e6a54f456e67 ## Install additional packages RUN microdnf install -y shadow-utils &&\ diff --git a/components/odh-notebook-controller/Dockerfile.konflux b/components/odh-notebook-controller/Dockerfile.konflux index ec5ece98114..72e66fd90f6 100644 --- a/components/odh-notebook-controller/Dockerfile.konflux +++ b/components/odh-notebook-controller/Dockerfile.konflux @@ -24,7 +24,7 @@ USER root RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -a -o ./bin/manager main.go # Use ubi8/ubi-minimal as base image -FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c12e67af6a7e15113d76bc72f10bef2045c026c71ec8b7124c8a075458188a83 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:cf095e5668919ba1b4ace3888107684ad9d587b1830d3eb56973e6a54f456e67 ## Install additional packages RUN microdnf install -y shadow-utils &&\