Skip to content

Commit

Permalink
Unpin Azure CLI version
Browse files Browse the repository at this point in the history
We had previously pinned `az` to version 2.33.1 to work around an issue
with a deprecation warning. The underlying issue in the Azure SDK has
since been fixed in pulumi/pulumi-azure-native#1566
  • Loading branch information
julienp committed Jul 25, 2024
1 parent cff429e commit e83dd6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ RUN apt-get update -y && \
# Install second wave of dependencies
apt-get update -y && \
apt-get install -y \
# Pin azure-cli to 2.33.1 as workaround for https://github.com/pulumi/pulumi-docker-containers/issues/106
"azure-cli=2.33.1-1~bullseye" \
azure-cli \
docker-ce \
google-cloud-sdk \
google-cloud-sdk-gke-gcloud-auth-plugin \
Expand Down

0 comments on commit e83dd6f

Please sign in to comment.