summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qa/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 155a9761a6f..8971c582624 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 | TAG=v1.3.4 bash
+RUN curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v1.3.4 bash
##
# Install gcloud and kubectl CLI used in Auto DevOps test to create K8s