From 781cb8ad6d678907d6814131d188f3c7058f4d4b Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 14 Jul 2020 09:57:29 -0600 Subject: [PATCH] chore(rootfs/Dockerfile): update Azure CLI to 2.7.0 (#234) See https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#june-02-2020 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 03d3e1c..4af3d98 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 LABEL name="deis-go-dev" \ maintainer="Matt Boersma " -ENV AZCLI_VERSION=2.5.1 \ +ENV AZCLI_VERSION=2.7.0 \ DOCKER_VERSION=19.03.4 \ GO_VERSION=1.14.3 \ GLIDE_VERSION=v0.13.3 \