We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906187c commit 7f7db73Copy full SHA for 7f7db73
2 files changed
build/Dockerfile
@@ -14,7 +14,7 @@
14
#
15
16
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
17
-FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder
+FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder
18
ENV GOPATH=/go/
19
USER root
20
WORKDIR /devworkspace-operator
project-clone/Dockerfile
@@ -15,7 +15,7 @@
# Build the manager binary
ARG TARGETARCH
ARG TARGETOS
21
0 commit comments