Skip to content

Commit

Permalink
Merge pull request #1015 from dseevr/update_ovs
Browse files Browse the repository at this point in the history
scripts/netContain/Dockerfile: update OVS version
  • Loading branch information
dseevr committed Oct 16, 2017
2 parents fbc532d + 7422385 commit 6069741
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-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/*
Expand Down

0 comments on commit 6069741

Please sign in to comment.