Skip to content

Commit 07dea39

Browse files
loganhzAlena Prokharchyk
authored andcommitted
Update azure cli download url
1 parent 51d6b00 commit 07dea39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env
5050
FROM mcr.microsoft.com/powershell:nanoserver-${SERVERCORE_VERSION}
5151
USER ContainerAdministrator
5252
SHELL ["pwsh.exe", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
53-
RUN $URL = 'https://github.com/thxCode/rancher-azure-cli/releases/download/v2.0.69/azure-cli.zip'; \
53+
RUN $URL = 'https://github.com/rancher/azure-cli/releases/download/v0.0.2/dist.azure-cli.zip'; \
5454
\
5555
Write-Host ('Downloading azure-cli from {0} ...' -f $URL); \
5656
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

0 commit comments

Comments
 (0)