Skip to content

Commit 8496c9d

Browse files
authored
Update packages for CVEs (#53)
1 parent 9d79744 commit 8496c9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ LABEL name="NGINX Ingress Operator" \
1616
release="1" \
1717
summary="The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers" \
1818
description="The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers"
19+
20+
# hack to update packages with CVEs
21+
USER root
22+
RUN microdnf --nodocs upgrade -y libcom_err libxml2
23+
USER 1001

0 commit comments

Comments
 (0)