diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index eb72953..ed59447 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -22,7 +22,7 @@ RUN curl -sSfLO https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64 && sudo mv kind-linux-amd64 /usr/local/bin/kind # renovate: datasource=github-releases depName=kubernetes/kubernetes extractVersion=^v(?.*)$ -ARG KUBECTL_VERSION=1.36.1 +ARG KUBECTL_VERSION=1.36.2 RUN curl -sSfLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \ chmod +x kubectl && \