diff options
author | ahothan <ahothan@cisco.com> | 2019-06-22 12:21:38 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2019-06-22 12:21:38 -0700 |
commit | a502eb730cb7f5d898769d6958a03c28878332bb (patch) | |
tree | a5369955f69a09ff09ca5f197fda54625646fd29 /docker | |
parent | abe283a31d38c2c44824d720bf18b47c5443b97a (diff) |
NFVBENCH-138 Use yaml.safe_load() instead of unsafe yaml load3.4.2
Change-Id: Ifa1796b8dbc1bc5d92dd765a18b9b8022d3b3289
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 0e8603e..920e3a3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 ENV TREX_VER "v2.56" -ENV VM_IMAGE_VER "0.8" +ENV VM_IMAGE_VER "0.9" # Note: do not clone with --depth 1 as it will cause pbr to fail extracting the nfvbench version # from the git tag |