Skip to content

Commit

Permalink
chore(support): bump Azure CLI version in Alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 4, 2024
1 parent c219dfa commit 2272102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ RUN rm -rf $(find /google-cloud-sdk/ -regex ".*/__pycache__") && rm -rf /google-
FROM garden-base-root as garden-azure-base

WORKDIR /
ENV AZURE_CLI_VERSION=2.53.0
ENV AZURE_CLI_VERSION=2.61.0

RUN wget -O requirements.txt https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-$AZURE_CLI_VERSION/src/azure-cli/requirements.py3.Linux.txt && \
echo "833a12c837df6b9d8b27abf908073eb2da971c8506d2b112946be4a36e1db7af requirements.txt" | sha256sum -c
echo "8ebbef38b1278448666246483721be61320e244ddfc2edb999b475364591f2eb requirements.txt" | sha256sum -c
RUN wget -O trim_sdk.py https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-$AZURE_CLI_VERSION/scripts/trim_sdk.py && \
echo "2e6292f5285b4fcedbe8efd77309fade550667d1c502a6ffa078f1aa97942c64 trim_sdk.py" | sha256sum -c

Expand Down

0 comments on commit 2272102

Please sign in to comment.