summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorAce Lee <liyin11@huawei.com>2018-08-10 08:10:08 +0000
committerAce Lee <liyin11@huawei.com>2018-08-10 08:11:38 +0000
commit893821f0dc127e528cf23863d0a9afbc4089a5a2 (patch)
tree51ca65795be60e82639bff5ad544a1f13e58f9b5 /docker/Dockerfile
parent25285393777b4e0ce7989cb6c9cce6b040523feb (diff)
upgrade istio to 1.0.0
JIRA: CLOVER-84 we change the env in clover and change some deploy script. will upgrade the doc later Change-Id: I73a78afb91676efc3278b623c5d263a4a215ccd9 Signed-off-by: Ace Lee <liyin11@huawei.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5cc7323..9351823 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -7,7 +7,7 @@
FROM ubuntu:16.04
LABEL image=opnfv/clover
-ARG ISTIO_VERSION=0.6.0
+ARG ISTIO_VERSION=1.0.0
# GIT repo directory
ENV REPOS_DIR="/home/opnfv/repos"