Skip to content

Commit 802ee46

Browse files
NO-ISSUE: Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.24
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d753eb1 commit 802ee46

4 files changed

+4
-4
lines changed

Dockerfile.assisted_installer_agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.23 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
22
ARG TARGETPLATFORM
33
ENV GO111MODULE=on
44
ENV GOFLAGS=""

Dockerfile.assisted_installer_agent-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.23 AS golang
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang
22

33
ENV GOFLAGS=""
44

Dockerfile.assisted_installer_agent-downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.23 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
22
ARG TARGETPLATFORM
33

44
ENV USER_UID=1001 \

Dockerfile.assisted_installer_agent-mce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.23 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
22
ARG TARGETPLATFORM
33

44
ENV USER_UID=1001 \

0 commit comments

Comments
 (0)