Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 701ff62

Browse files
authored
fix for CVE-2021-42574 (#184)
1 parent 405aeba commit 701ff62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openshift.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ COPY --from=builder /workspace/manager .
2424
COPY config/crd/kic ./config/crd/kic
2525
COPY LICENSE /licenses/
2626

27+
# temporary fix for CVE-2021-42574
28+
RUN microdnf upgrade -y libgcc libstdc++
29+
2730
LABEL name="NGINX Ingress Operator" \
2831
description="The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers" \
2932
summary="The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers" \

0 commit comments

Comments
 (0)