Skip to content

Commit 447154c

Browse files
authored
Merge pull request #1144 from contiv/fix_ovs_package_version
netContain: bump ovs to 2.5.4 to fix the build
2 parents 8c59a9c + ceceaaa commit 447154c

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* \
25+
&& apt-get install -y openvswitch-switch=2.5.4* \
2626
net-tools \
2727
iptables \
2828
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)