File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN apt-get update && \
2626 && apt-get clean \
2727 && rm -rf /var/lib/apt/lists/*
2828RUN az config set extension.use_dynamic_install=yes_without_prompt
29- ENV KUBELOGIN_VERSION="${ENV_KUBELOGIN_VERSION:-0.0.26 }"
29+ ENV KUBELOGIN_VERSION="${ENV_KUBELOGIN_VERSION:-0.2.10 }"
3030RUN az aks install-cli --kubelogin-version "${KUBELOGIN_VERSION}"
3131
3232FROM deps-az AS deps-kube
@@ -38,7 +38,7 @@ RUN apt-get update \
3838 && rm -rf /var/lib/apt/lists/*
3939
4040FROM deps-kube AS deps-yq
41- ENV YQ_VERSION="v4.30.6 "
41+ ENV YQ_VERSION="v4.47.1 "
4242ENV YQ_BINARY="yq_linux_amd64"
4343RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY}.tar.gz -O - | tar xz && mv ${YQ_BINARY} /usr/bin/yq
4444
You can’t perform that action at this time.
0 commit comments