diff options
author | ahothan <ahothan@cisco.com> | 2018-02-24 08:06:48 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-02-24 08:06:48 -0800 |
commit | e275e0bc2ae9ea1906190d81c9e78e85265734df (patch) | |
tree | 3607331bd657f1e6df4ab016e1006b5e92243cf7 /docker/Dockerfile | |
parent | 1000fc2ad1230a694ffcc16797a4ef528e63ed8e (diff) |
Move to tag 1.2.51.2.5
Change-Id: Ibb4047d8de260cbcf5409fcff703ada08d73b209
Signed-off-by: ahothan <ahothan@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 12f8c76..3d494a2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 ENV TREX_VER "v2.32" -ENV NFVBENCH_TAG "1.2.4" +ENV NFVBENCH_TAG "1.2.5" ENV VM_IMAGE_VER "0.5" RUN apt-get update && apt-get install -y \ |