From e3aa76675301db6b202b6267f8f06de793c87c37 Mon Sep 17 00:00:00 2001 From: Rob Chambers Date: Wed, 9 Oct 2024 07:06:28 -0700 Subject: [PATCH] update versions for dockerfiles --- dockerfiles/debian10.Dockerfile | 2 +- dockerfiles/debian11.Dockerfile | 2 +- dockerfiles/debian12.Dockerfile | 2 +- dockerfiles/ubuntu2004.Dockerfile | 2 +- dockerfiles/ubuntu2204.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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