Skip to content

Commit

Permalink
Merge pull request #1144 from contiv/fix_ovs_package_version
Browse files Browse the repository at this point in the history
netContain: bump ovs to 2.5.4 to fix the build
  • Loading branch information
unclejack committed Jun 4, 2018
2 parents 8c59a9c + ceceaaa commit 447154c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/netContain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 447154c

Please sign in to comment.