diff --git a/Dockerfile.assisted-installer b/Dockerfile.assisted-installer index 74da03e9a0..bf7b824258 100644 --- a/Dockerfile.assisted-installer +++ b/Dockerfile.assisted-installer @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETPLATFORM ENV GOFLAGS=-mod=mod WORKDIR /go/src/github.com/openshift/assisted-installer diff --git a/Dockerfile.assisted-installer-build b/Dockerfile.assisted-installer-build index 99fa97c9ea..1a0c2bcce2 100644 --- a/Dockerfile.assisted-installer-build +++ b/Dockerfile.assisted-installer-build @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang +FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS golang ENV GOFLAGS="" diff --git a/Dockerfile.assisted-installer-controller b/Dockerfile.assisted-installer-controller index df2237a0a2..089ef7911c 100644 --- a/Dockerfile.assisted-installer-controller +++ b/Dockerfile.assisted-installer-controller @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETPLATFORM ENV GOFLAGS=-mod=mod WORKDIR /go/src/github.com/openshift/assisted-installer diff --git a/Dockerfile.assisted-installer-controller-mce b/Dockerfile.assisted-installer-controller-mce index 1fa38b90d6..053296042f 100644 --- a/Dockerfile.assisted-installer-controller-mce +++ b/Dockerfile.assisted-installer-controller-mce @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.assisted-installer-mce b/Dockerfile.assisted-installer-mce index cbc62eadcc..19c2c866f7 100644 --- a/Dockerfile.assisted-installer-mce +++ b/Dockerfile.assisted-installer-mce @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETOS ARG TARGETARCH