File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
#
15
15
16
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
17
+ FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder
18
18
ENV GOPATH=/go/
19
19
USER root
20
20
WORKDIR /devworkspace-operator
Original file line number Diff line number Diff line change 15
15
16
16
# Build the manager binary
17
17
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
18
- FROM registry.access.redhat.com/ubi9/go-toolset:1.23.9-1749636489 as builder
18
+ FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder
19
19
ARG TARGETARCH
20
20
ARG TARGETOS
21
21
ENV GOPATH=/go/
You can’t perform that action at this time.
0 commit comments