diff options
author | Kerim Gokarslan <kgokarsl@cisco.com> | 2017-11-30 17:02:53 -0800 |
---|---|---|
committer | Kerim Gokarslan <kgokarsl@cisco.com> | 2017-11-30 17:03:28 -0800 |
commit | 8d3c8d2eabdad243692a3a13c6e4099f149d5385 (patch) | |
tree | 5034b2862aea7ec352b4cd1303be9040d8ea46e4 /docker/Dockerfile | |
parent | 24997eda1e0530c0bde3f0955b807e534cd112fd (diff) |
NFVBENCH-50 Update TRex to 2.32
Change-Id: Ic88b7530db6d2845e3a466b676cb250dfdf02409
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 67898ab..1f2ec2c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # docker file for creating a container that has nfvbench installed and ready to use FROM ubuntu:16.04 -ENV TREX_VER "v2.29" +ENV TREX_VER "v2.32" ENV NFVBENCH_TAG "1.2.0" ENV VM_IMAGE_VER "0.5" |