Skip to content

Commit

Permalink
Bump hashicorp/terraform from 1.5.3 to 1.6.3 in /tools/dplsh
Browse files Browse the repository at this point in the history
Bumps hashicorp/terraform from 1.5.3 to 1.6.3.

---
updated-dependencies:
- dependency-name: hashicorp/terraform
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent c7c12b6 commit f598d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dplsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG DPLSH_BUILD_VERSION=latest
FROM alpine/helm:3.12.1 as helm

# https://hub.docker.com/r/hashicorp/terraform/tags?page=1&ordering=last_updated
FROM hashicorp/terraform:1.5.3 as terraform
FROM hashicorp/terraform:1.6.3 as terraform

# We use the official azure cli as a base-image. It is itself based on alpine
# and is quite minimal.
Expand Down

0 comments on commit f598d91

Please sign in to comment.