From e0142915bbcce50e05dcad93a076e8978e28832b Mon Sep 17 00:00:00 2001 From: Luther Monson Date: Wed, 1 Sep 2021 14:27:25 -0700 Subject: [PATCH] switch to using KUBERNETES_VERSION from version.sh for windows --- Dockerfile.windows | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index cceb2d6..62a8d3d 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -39,8 +39,9 @@ WORKDIR /source # End Dapper stuff FROM build as windows-runtime-collect +ARG KUBERNETES_VERSION=dev + # windows runtime image -ENV KUBERNETES_VERSION="v1.21.3" ENV CRICTL_VERSION="v1.21.0" ENV CONTAINERD_VERSION="1.5.4" ENV WINS_VERSION="0.1.1" -- GitLab