Skip to content

Commit cafb5f8

Browse files
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.22.9-1743582279
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 1da49f6 commit cafb5f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

podvm-payload/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## GOLANG ##
2-
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1739801907 as go_builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1743582279 as go_builder
33
USER root
44
ARG ARCH
55
ENV ARCH=${ARCH}

src/cloud-api-adaptor/Dockerfile.openshift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG BUILD_TYPE=release
1212
# binary into the container image of the target platform ($TARGETPLATFORM)
1313
# that was specified with --platform. For more details see:
1414
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
15-
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1739801907 AS builder-release
15+
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1743582279 AS builder-release
1616
ARG YQ_VERSION=v4.35.1
1717
# "USER root" is required for podman builds
1818
USER root

src/webhook/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1739801907 AS builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1743582279 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)