File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# # 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
3
3
USER root
4
4
ARG ARCH
5
5
ENV ARCH=${ARCH}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ARG BUILD_TYPE=release
12
12
# binary into the container image of the target platform ($TARGETPLATFORM)
13
13
# that was specified with --platform. For more details see:
14
14
# 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
16
16
ARG YQ_VERSION=v4.35.1
17
17
# "USER root" is required for podman builds
18
18
USER root
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
WORKDIR /workspace
5
5
# Copy the Go Modules manifests
You can’t perform that action at this time.
0 commit comments