diff --git a/Dockerfile.assisted_installer_agent b/Dockerfile.assisted_installer_agent index 1841ade31..dc07a43a3 100644 --- a/Dockerfile.assisted_installer_agent +++ b/Dockerfile.assisted_installer_agent @@ -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 USER 0 diff --git a/Dockerfile.assisted_installer_agent-build b/Dockerfile.assisted_installer_agent-build index d82bb3c0c..d808d09f2 100644 --- a/Dockerfile.assisted_installer_agent-build +++ b/Dockerfile.assisted_installer_agent-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=""