Skip to content

Commit e140a84

Browse files
authored
chore(rootfs/Dockerfile): update Azure CLI version to 2.17.1 (#261)
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
1 parent 1a69c55 commit e140a84

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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.12.1 \
7+
AZCLI_VERSION=2.17.1 \
8+
PYJWT_VERSION=1.7.1 \
89
DOCKER_VERSION=20.10.2 \
910
GO_VERSION=1.15.5 \
1011
GLIDE_VERSION=v0.13.3 \
@@ -109,7 +110,7 @@ RUN \
109110
&& unzip /tmp/packer.zip -d /usr/local/bin \
110111
&& curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
111112
&& chmod +x /usr/local/bin/shfmt \
112-
&& pip3 install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml ansible==${ANSIBLE_VERSION} pywinrm==${PYWINRM_VERSION} \
113+
&& pip3 install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} PyJWT==${PYJWT_VERSION} shyaml ansible==${ANSIBLE_VERSION} pywinrm==${PYWINRM_VERSION} \
113114
&& apt-get purge --auto-remove -y libffi-dev python3-dev \
114115
&& apt-get autoremove -y \
115116
&& apt-get clean -y \

0 commit comments

Comments
 (0)