File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/go-toolset:1.23@sha256:a7d68b27e36edc6befe7dde94dd1db34c728a47df602998bd66c737d84813b5a AS builder
1+ FROM registry.access.redhat.com/ubi9/go-toolset:1.23@sha256:a198c5bcd1e13f522e31074fbe3caefb9bffbf3188fd61062de39deaab1e079d AS builder
22
33WORKDIR /workspace
44
@@ -23,7 +23,7 @@ USER root
2323
2424RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GOEXPERIMENT=strictfipsruntime go build -tags strictfipsruntime -a -o manager main.go
2525
26- FROM registry.redhat.io/ubi9/ubi-minimal@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44
26+ FROM registry.redhat.io/ubi9/ubi-minimal@sha256:21ed5a01130d3a77eb4a26a80de70a4433860255b394e95dc2c26817de1da061
2727WORKDIR /
2828COPY --from=builder /workspace/manager .
2929
You can’t perform that action at this time.
0 commit comments