diff --git a/Dockerfile b/Dockerfile index 78a4eaa..352cd74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ RUN url="https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" ; # k3d runs kubernetes clusters in docker. FROM apt-base as k3d -ARG K3D_VERSION=v5.6.0 +ARG K3D_VERSION=v5.7.5 RUN url="https://raw.githubusercontent.com/rancher/k3d/$K3D_VERSION/install.sh" ; \ scurl "$url" | USE_SUDO=false K3D_INSTALL_DIR=/usr/local/bin bash # just-k3d is a utility that encodes many of the common k3d commands we use.