From e13349cd3c7bc16b285825453bda12799553c507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:46:32 +0000 Subject: [PATCH] Bump azure-cli from 2.61.0 to 2.62.0 in /tools/dplsh Bumps azure-cli from 2.61.0 to 2.62.0. --- updated-dependencies: - dependency-name: azure-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/dplsh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dplsh/Dockerfile b/tools/dplsh/Dockerfile index 5f0cf31e..14a97d6c 100644 --- a/tools/dplsh/Dockerfile +++ b/tools/dplsh/Dockerfile @@ -10,7 +10,7 @@ FROM hashicorp/terraform:1.7.3 as terraform # We use the official azure cli as a base-image. It is itself based on alpine # and is quite minimal. # https://mcr.microsoft.com/v2/azure-cli/tags/list -FROM mcr.microsoft.com/azure-cli:2.61.0 +FROM mcr.microsoft.com/azure-cli:2.62.0 # See https://github.com/go-task/task/releases ARG TASK_VERSION=v3.36.0