aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/cnf/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/cnf/Dockerfile b/docker/cnf/Dockerfile
index 58b19b75..ceaf5ba4 100644
--- a/docker/cnf/Dockerfile
+++ b/docker/cnf/Dockerfile
@@ -1,7 +1,7 @@
FROM opnfv/functest-kubernetes-core
ARG CNF_TESTSUITE_TAG=v1.3.3
-ARG HELM_TAG=v3.3.1
+ARG HELM_TAG=v3.6.0
USER root
RUN apk --no-cache add --update wget curl ncurses git yaml openssl zlib && \