From ceceaaa41a068ae775ef1d3365358358de25de3c Mon Sep 17 00:00:00 2001 From: unclejack Date: Mon, 4 Jun 2018 15:54:32 +0300 Subject: [PATCH] netContain: bump ovs to 2.5.4 to fix the build This change bumps the OVS package to 2.5.4. The previous version isn't available any more. This fixes the build. --- scripts/netContain/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/netContain/Dockerfile b/scripts/netContain/Dockerfile index 362d9e52c..15ee8256f 100644 --- a/scripts/netContain/Dockerfile +++ b/scripts/netContain/Dockerfile @@ -22,7 +22,7 @@ FROM ubuntu:16.04 # ENV export https_proxy=https://proxy.localhost.com:8080 RUN apt-get update \ - && apt-get install -y openvswitch-switch=2.5.2* \ + && apt-get install -y openvswitch-switch=2.5.4* \ net-tools \ iptables \ && rm -rf /var/lib/apt/lists/*