From e034ac1a03fda63068c524cbceb8c004c1662281 Mon Sep 17 00:00:00 2001 From: Vinu K Date: Thu, 19 Dec 2024 19:14:48 +0530 Subject: [PATCH] OCPBUGS-46536: Bump openvswitch - Bump openvswitch from 2.13 to 2.17 to mitigate CVE-2019-25076 Signed-off-by: Vinu K --- images/sdn/Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/sdn/Dockerfile.rhel b/images/sdn/Dockerfile.rhel index 7fed53d69..842e34bfb 100644 --- a/images/sdn/Dockerfile.rhel +++ b/images/sdn/Dockerfile.rhel @@ -13,7 +13,7 @@ RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/ope FROM registry.ci.openshift.org/ocp/4.14:cli AS cli FROM registry.ci.openshift.org/ocp/4.14:base -ARG ovsver=2.13 +ARG ovsver=2.17 RUN mkdir -p /opt/cni/bin/rhel9 COPY --from=rhel9-builder /go/src/github.com/openshift/sdn/openshift-sdn-cni /opt/cni/bin/rhel9/openshift-sdn