diff --git a/hyperfleet-operator/Containerfile b/hyperfleet-operator/Containerfile index 7d69e470..cd706af8 100644 --- a/hyperfleet-operator/Containerfile +++ b/hyperfleet-operator/Containerfile @@ -23,7 +23,7 @@ RUN cd hyperfleet-operator && \ RUN cd hyperfleet-operator && \ CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o /workspace/compactor ./cmd/compactor -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1786380870 ARG VERSION=0.0.1 ARG RELEASE=1 diff --git a/platform-api/Containerfile b/platform-api/Containerfile index e5cb26ae..a14cbc01 100644 --- a/platform-api/Containerfile +++ b/platform-api/Containerfile @@ -24,7 +24,7 @@ RUN cd platform-api && \ -o /app/rosa-hyperfleet-api \ ./cmd -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785339117 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1786380870 ARG VERSION=0.0.1 ARG RELEASE=1