Skip to content

Commit

Permalink
Increase Azure CLI version (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi authored May 18, 2022
1 parent d7fd8db commit 2457406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ COPY ["e2e_tests/requirements.txt", "/tmp/pip-tmp/e2e_tests/"]
RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requirements.txt && rm -rf /tmp/pip-tmp

# Install azure-cli
ARG AZURE_CLI_VERSION=2.29.2-1~buster
ARG AZURE_CLI_VERSION=2.36.0-1~buster
COPY .devcontainer/scripts/azure-cli.sh /tmp/
RUN export AZURE_CLI_VERSION=${AZURE_CLI_VERSION} \
&& /tmp/azure-cli.sh
Expand Down
2 changes: 1 addition & 1 deletion resource_processor/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.21"
__version__ = "0.1.22"
2 changes: 1 addition & 1 deletion resource_processor/vmss_porter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8-slim-buster

# Install Azure CLI
ARG AZURE_CLI_VERSION=2.29.2-1~buster
ARG AZURE_CLI_VERSION=2.36.0-1~buster
COPY scripts/azure-cli.sh /tmp/
RUN export AZURE_CLI_VERSION=${AZURE_CLI_VERSION} \
&& /tmp/azure-cli.sh
Expand Down

0 comments on commit 2457406

Please sign in to comment.