Skip to content

Commit 74733ba

Browse files
deps(docker): bump hashicorp/terraform from 1.8.0 to 1.8.1 (super-linter#5551)
Bumps hashicorp/terraform from 1.8.0 to 1.8.1. --- 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 1682dbc commit 74733ba

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
@@ -16,7 +16,7 @@ FROM golang:1.22.2-alpine as golang
1616
FROM golangci/golangci-lint:v1.57.2 as golangci-lint
1717
FROM goreleaser/goreleaser:v1.25.1 as goreleaser
1818
FROM hadolint/hadolint:v2.12.0-alpine as dockerfile-lint
19-
FROM hashicorp/terraform:1.8.0 as terraform
19+
FROM hashicorp/terraform:1.8.1 as terraform
2020
FROM koalaman/shellcheck:v0.10.0 as shellcheck
2121
FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker
2222
FROM mvdan/shfmt:v3.8.0 as shfmt

0 commit comments

Comments
 (0)