Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent d876c62 commit 82ed3a6
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.16.2 as helm

# https://hub.docker.com/r/hashicorp/terraform/tags?page=1&ordering=last_updated
FROM hashicorp/terraform:1.9.5 as terraform
FROM hashicorp/terraform:1.9.8 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 82ed3a6

Please sign in to comment.