diff --git a/scripts/netContain/Dockerfile b/scripts/netContain/Dockerfile index 5bd715a15..233f97db8 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-0ubuntu0.16.04.1 \ + && apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.2 \ net-tools \ iptables \ && rm -rf /var/lib/apt/lists/*