diff --git a/hyperfleet-operator/Containerfile b/hyperfleet-operator/Containerfile index 7d69e470..318f6caf 100644 --- a/hyperfleet-operator/Containerfile +++ b/hyperfleet-operator/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1786351949 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1786522985 AS builder ARG TARGETOS=linux ARG TARGETARCH=amd64 diff --git a/platform-api/Containerfile b/platform-api/Containerfile index e5cb26ae..a7a1424e 100644 --- a/platform-api/Containerfile +++ b/platform-api/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1786351949 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1786522985 AS builder USER root ARG TARGETOS=linux