Skip to content

Commit 5f68865

Browse files
authored
Update ubi-minimal to version 8.10 in all Dockerfiles to fix critical security vulnerabilities (#6764)
Signed-off-by: Jordi Gil <jgil@redhat.com>
1 parent 3366586 commit 5f68865

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/custom-scorecard-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/custom-scorecard-tests
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
2121

2222
ENV HOME=/opt/custom-scorecard-tests \
2323
USER_NAME=custom-scorecard-tests \

images/helm-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
2121

2222
ENV HOME=/opt/helm \
2323
USER_NAME=helm \

images/operator-sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/operator-sdk
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
2121

2222
ENV GO_VERSION 1.19
2323

images/scorecard-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN GOOS=linux GOARCH=$TARGETARCH make build/scorecard-test
1818

1919
# Final image.
20-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
20+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
2121

2222
ENV HOME=/opt/scorecard-test \
2323
USER_NAME=scorecard-test \

0 commit comments

Comments
 (0)