File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/custom-scorecard-tests
18
18
19
19
# Final image.
20
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
21
21
22
22
ENV HOME=/opt/custom-scorecard-tests \
23
23
USER_NAME=custom-scorecard-tests \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator
18
18
19
19
# Final image.
20
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
21
21
22
22
ENV HOME=/opt/helm \
23
23
USER_NAME=helm \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
18
18
19
19
# Final image.
20
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
21
21
22
22
ENV GO_VERSION 1.19
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY . .
17
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/scorecard-test
18
18
19
19
# Final image.
20
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
21
21
22
22
ENV HOME=/opt/scorecard-test \
23
23
USER_NAME=scorecard-test \
You can’t perform that action at this time.
0 commit comments