Skip to content

Commit

Permalink
build(deps): bump hashicorp/terraform from 1.9.7 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps hashicorp/terraform from 1.9.7 to 1.10.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent a17355a commit 28d5dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:1.9.7 as terraform
FROM hashicorp/terraform:1.10.0 as terraform

FROM alpine:3.20.3

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:1.9.7 as terraform
FROM hashicorp/terraform:1.10.0 as terraform

FROM registry.access.redhat.com/ubi8/ubi:8.10

Expand Down

0 comments on commit 28d5dcd

Please sign in to comment.