Skip to content

Commit

Permalink
Config AZ to workaround deprecation bug (pulumi#107)
Browse files Browse the repository at this point in the history
* Config AZ to workaround deprecation bug

* Switch to pinning the version
  • Loading branch information
RobbieMcKinstry authored Aug 19, 2022
1 parent 06e421d commit 12bf0a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN apt-get update -y && \
# Install second wave of dependencies
apt-get update -y && \
apt-get install -y \
azure-cli \
# 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" \
docker-ce \
google-cloud-sdk \
kubectl \
Expand Down

0 comments on commit 12bf0a5

Please sign in to comment.