From c12fc46232234c4d386c8b22ff9c2a05405d4dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 04:11:22 +0000 Subject: [PATCH] Bump hashicorp/terraform from 1.0.0 to 1.2.8 in /tools/dplsh Bumps hashicorp/terraform from 1.0.0 to 1.2.8. --- updated-dependencies: - dependency-name: hashicorp/terraform 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..70f7ba4 100644 --- a/tools/dplsh/Dockerfile +++ b/tools/dplsh/Dockerfile @@ -5,7 +5,7 @@ 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 hashicorp/terraform:1.0.0 as terraform +FROM hashicorp/terraform:1.2.8 as terraform # We use the official azure cli as a base-image. It is itself based on alpine # and is quite minimal.