Commit 93c78fb 1 parent 0fee57e commit 93c78fb Copy full SHA for 93c78fb
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -o manager main.go
19
19
20
20
# Use distroless as minimal base image to package the manager binary
21
21
# Refer to https://github.com/GoogleContainerTools/distroless for more details
22
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072
22
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598
23
23
WORKDIR /
24
24
COPY --from=builder /workspace/manager .
25
25
COPY --from=builder /workspace/manifest.yaml .
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM registry.access.redhat.com/ubi8/go-toolset:1.19.9-2.1687187497 as builder
2
+ FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16.1696540524 as builder
3
3
USER 0
4
4
RUN dnf install -y openssh-clients git make which jq python3
5
5
You can’t perform that action at this time.
0 commit comments