We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51114a commit 54fa9edCopy full SHA for 54fa9ed
Dockerfile
@@ -16,7 +16,7 @@ FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
16
FROM ghcr.io/terraform-linters/tflint-bundle:v0.41.0.0 as tflint
17
FROM golangci/golangci-lint:v1.49.0 as golangci-lint
18
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
19
-FROM hashicorp/terraform:1.3.0 as terraform
+FROM hashicorp/terraform:1.3.1 as terraform
20
FROM koalaman/shellcheck:v0.8.0 as shellcheck
21
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
22
FROM mvdan/shfmt:v3.5.1 as shfmt
0 commit comments