diff --git a/Dockerfile b/Dockerfile index b69acd44..c71ed5a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ FROM dotenvlinter/dotenv-linter:3.1.1 as dotenv-linter FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker FROM yoheimuta/protolint:v0.35.2 as protolint FROM golangci/golangci-lint:v1.42.1 as golangci-lint -FROM koalaman/shellcheck:v0.7.2 as shellcheck +FROM koalaman/shellcheck:v0.8.0 as shellcheck FROM ghcr.io/terraform-linters/tflint-bundle:v0.33.1 as tflint FROM alpine/terragrunt:1.0.10 as terragrunt FROM mvdan/shfmt:v3.4.0 as shfmt diff --git a/Dockerfile-slim b/Dockerfile-slim index a650912b..442bf3a0 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -18,7 +18,7 @@ FROM cljkondo/clj-kondo:2021.09.25-alpine as clj-kondo FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker FROM yoheimuta/protolint:v0.35.2 as protolint FROM golangci/golangci-lint:v1.42.1 as golangci-lint -FROM koalaman/shellcheck:v0.7.2 as shellcheck +FROM koalaman/shellcheck:v0.8.0 as shellcheck FROM ghcr.io/terraform-linters/tflint-bundle:v0.33.1 as tflint FROM alpine/terragrunt:1.0.10 as terragrunt FROM mvdan/shfmt:v3.4.0 as shfmt