diff --git a/dockerfiles/debian10.Dockerfile b/dockerfiles/debian10.Dockerfile index 8097e462..573a43f2 100644 --- a/dockerfiles/debian10.Dockerfile +++ b/dockerfiles/debian10.Dockerfile @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-preview-20240916.1 +ARG AZURE_CLI_VERSION=1.0.0-preview-20241008.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/debian11.Dockerfile b/dockerfiles/debian11.Dockerfile index 1cb96476..cd08ead9 100644 --- a/dockerfiles/debian11.Dockerfile +++ b/dockerfiles/debian11.Dockerfile @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-preview-20240916.1 +ARG AZURE_CLI_VERSION=1.0.0-preview-20241008.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/debian12.Dockerfile b/dockerfiles/debian12.Dockerfile index fd878a18..f2ea5691 100644 --- a/dockerfiles/debian12.Dockerfile +++ b/dockerfiles/debian12.Dockerfile @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-preview-20240916.1 +ARG AZURE_CLI_VERSION=1.0.0-preview-20241008.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/ubuntu2004.Dockerfile b/dockerfiles/ubuntu2004.Dockerfile index 7f61f1b5..c6a28ad2 100644 --- a/dockerfiles/ubuntu2004.Dockerfile +++ b/dockerfiles/ubuntu2004.Dockerfile @@ -22,7 +22,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-preview-20240916.1 +ARG AZURE_CLI_VERSION=1.0.0-preview-20241008.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so diff --git a/dockerfiles/ubuntu2204.Dockerfile b/dockerfiles/ubuntu2204.Dockerfile index d055d1f1..0dc8b061 100644 --- a/dockerfiles/ubuntu2204.Dockerfile +++ b/dockerfiles/ubuntu2204.Dockerfile @@ -23,7 +23,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/ COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/ # Feature flags/arguments -ARG AZURE_CLI_VERSION=1.0.0-preview-20240916.1 +ARG AZURE_CLI_VERSION=1.0.0-preview-20241008.1 ARG DOWNLOAD_SCRIPT=false # If we're downloading the script, do so