Skip to content

Commit ad801f5

Browse files
authored
chore(rootfs/Dockerfile): update Azure CLI to 2.20.0 (#271)
* chore(rootfs/Dockerfile): update Azure CLI to 2.20.0 See https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?tabs=azure-cli#march-02-2021 * fix(rootfs/Dockerfile): update pip before installing azure-cli
1 parent 79fb46e commit ad801f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL name="deis-go-dev" \
44
maintainer="Matt Boersma <matt.boersma@microsoft.com>"
55

66
ENV ANSIBLE_VERSION=2.10.3 \
7-
AZCLI_VERSION=2.17.1 \
7+
AZCLI_VERSION=2.20.0 \
88
DOCKER_VERSION=20.10.2 \
99
ETCDCTL_VERSION=v3.1.8 \
1010
GO_VERSION=1.15.8 \
@@ -102,6 +102,7 @@ RUN \
102102
&& unzip /tmp/packer.zip -d /usr/local/bin \
103103
&& curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
104104
&& chmod +x /usr/local/bin/shfmt \
105+
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade pip \
105106
&& pip3 install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} PyJWT==${PYJWT_VERSION} shyaml ansible==${ANSIBLE_VERSION} pywinrm==${PYWINRM_VERSION} \
106107
&& apt-get purge --auto-remove -y libffi-dev python3-dev \
107108
&& apt-get autoremove -y \

0 commit comments

Comments
 (0)