We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91656b commit e715d1fCopy full SHA for e715d1f
Dockerfile
@@ -17,7 +17,7 @@ FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
17
FROM ghcr.io/terraform-linters/tflint-bundle:v0.38.1.0 as tflint
18
FROM golangci/golangci-lint:v1.47.2 as golangci-lint
19
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
20
-FROM hashicorp/terraform:1.2.4 as terraform
+FROM hashicorp/terraform:1.2.5 as terraform
21
FROM koalaman/shellcheck:v0.8.0 as shellcheck
22
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
23
FROM mvdan/shfmt:v3.5.1 as shfmt
0 commit comments