Skip to content

Commit ceceaaa

Browse files
committed
netContain: bump ovs to 2.5.4 to fix the build
This change bumps the OVS package to 2.5.4. The previous version isn't available any more. This fixes the build.
1 parent 8c59a9c commit ceceaaa

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)