diff --git a/release/must-gather/must-gather.konflux.Dockerfile b/release/must-gather/must-gather.konflux.Dockerfile index d02906b7a..8d87cde14 100644 --- a/release/must-gather/must-gather.konflux.Dockerfile +++ b/release/must-gather/must-gather.konflux.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4 +FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4-1773894668 ARG MAINTAINER ARG OPERATOR_VERSION diff --git a/release/operator/konflux.Dockerfile b/release/operator/konflux.Dockerfile index 8ab44aa1c..265adf460 100644 --- a/release/operator/konflux.Dockerfile +++ b/release/operator/konflux.Dockerfile @@ -20,7 +20,7 @@ ENV GOEXPERIMENT=strictfipsruntime RUN go build -tags strictfipsruntime -mod=readonly -ldflags "-s -w" -a -o lvms cmd/main.go -FROM --platform=$TARGETPLATFORM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4 +FROM --platform=$TARGETPLATFORM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4-1773894668 ARG MAINTAINER ARG OPERATOR_VERSION