diff --git a/tools/dplsh/Dockerfile b/tools/dplsh/Dockerfile index 9ec0a02..6dcc83c 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.3.7 as terraform # We use the official azure cli as a base-image. It is itself based on alpine # and is quite minimal.