From 2a0ca5e56772c65a76786ac7a204faddeff0c548 Mon Sep 17 00:00:00 2001 From: ddavison Date: Wed, 11 Sep 2019 09:58:48 -0700 Subject: Use v1.3.1 of k3d installation --- qa/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/Dockerfile b/qa/Dockerfile index 7e346d0f346..f218efd577b 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -42,7 +42,7 @@ RUN unzip chromedriver_linux64.zip -d /usr/local/bin # Install K3d local cluster support # https://github.com/rancher/k3d # -RUN curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash +RUN curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | TAG=v1.3.1 bash ## # Install gcloud and kubectl CLI used in Auto DevOps test to create K8s -- cgit v1.2.3