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 @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
25
25
26
26
# Use distroless as minimal base image to package the manager binary
27
27
# Refer to https://github.com/GoogleContainerTools/distroless for more details
28
- FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672
28
+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1755695350
29
29
WORKDIR /
30
30
COPY --from=builder /workspace/manager .
31
31
USER 65532:65532
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
29
29
30
30
# Use redhat ubi9 as minimal base image to package the manager binary
31
31
# https://registry.access.redhat.com/ubi9/ubi-minimal
32
- FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672
32
+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1755695350
33
33
WORKDIR /
34
34
COPY --from=builder /workspace/manager .
35
35
USER 65532:65532
You can’t perform that action at this time.
0 commit comments