Skip to content

Commit e4bcc5d

Browse files
deps(docker): bump hashicorp/terraform from 1.7.2 to 1.7.3 (#5273)
Bumps hashicorp/terraform from 1.7.2 to 1.7.3. --- updated-dependencies: - dependency-name: hashicorp/terraform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4361db8 commit e4bcc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM ghcr.io/yannh/kubeconform:v0.6.4 as kubeconfrm
1515
FROM golang:1.22.0-alpine as golang
1616
FROM golangci/golangci-lint:v1.56.1 as golangci-lint
1717
FROM hadolint/hadolint:v2.12.0-alpine as dockerfile-lint
18-
FROM hashicorp/terraform:1.7.2 as terraform
18+
FROM hashicorp/terraform:1.7.3 as terraform
1919
FROM koalaman/shellcheck:v0.9.0 as shellcheck
2020
FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker
2121
FROM mvdan/shfmt:v3.8.0 as shfmt

0 commit comments

Comments
 (0)