Skip to content

Commit 7422385

Browse files
committed
scripts/netContain/Dockerfile: update OVS version
the .1 release was removed from the mirrors: https://launchpad.net/ubuntu/+source/openvswitch .2 is the latest release for Ubuntu 16.04 (Xenial Xerus) Signed-off-by: Bill Robinson <[email protected]>
1 parent fbc532d commit 7422385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/netContain/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM ubuntu:16.04
2222
# ENV export https_proxy=https://proxy.localhost.com:8080
2323

2424
RUN apt-get update \
25-
&& apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.1 \
25+
&& apt-get install -y openvswitch-switch=2.5.2-0ubuntu0.16.04.2 \
2626
net-tools \
2727
iptables \
2828
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)