Skip to content

Commit f788b4d

Browse files
deps(docker): bump hashicorp/terraform from 1.9.4 to 1.9.5 (#6079)
Bumps hashicorp/terraform from 1.9.4 to 1.9.5. --- updated-dependencies: - dependency-name: hashicorp/terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29a2973 commit f788b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM golangci/golangci-lint:v1.60.1 AS golangci-lint
1818
FROM goreleaser/goreleaser:v2.2.0 AS goreleaser
1919
FROM hadolint/hadolint:v2.12.0-alpine AS dockerfile-lint
2020
FROM registry.k8s.io/kustomize/kustomize:v5.4.3 AS kustomize
21-
FROM hashicorp/terraform:1.9.4 AS terraform
21+
FROM hashicorp/terraform:1.9.5 AS terraform
2222
FROM koalaman/shellcheck:v0.10.0 AS shellcheck
2323
FROM mstruebing/editorconfig-checker:v3.0.3 AS editorconfig-checker
2424
FROM mvdan/shfmt:v3.9.0 AS shfmt

0 commit comments

Comments
 (0)