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

Commit cf5e5e1

Browse files
authored
Merge branch 'master' into repo-sync/kubernetes-ingress/default
2 parents 93cf795 + 701ff62 commit cf5e5e1

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)