From e927efc28819c7225c6bcac0faa2c8ffadb0c9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 04:13:03 +0000 Subject: [PATCH] Bump alpine/helm from 3.5.4 to 3.10.0 in /tools/dplsh Bumps alpine/helm from 3.5.4 to 3.10.0. --- updated-dependencies: - dependency-name: alpine/helm 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 9ec0a02..4db3409 100644 --- a/tools/dplsh/Dockerfile +++ b/tools/dplsh/Dockerfile @@ -4,7 +4,7 @@ ARG AZURE_CLI_TAG=latest ARG DPLSH_BUILD_VERSION=latest # Use an intermediate images as a way to have dependabot track our dependency -FROM alpine/helm:3.5.4 as helm +FROM alpine/helm:3.10.0 as helm FROM hashicorp/terraform:1.0.0 as terraform # We use the official azure cli as a base-image. It is itself based on alpine