Merge pull request #933 from github/dependabot/docker/mvdan/shfmt-v3.2.0

Bump mvdan/shfmt from v3.1.2 to v3.2.0
This commit is contained in:
Lukas Gravley 2020-11-02 08:46:52 -06:00 committed by GitHub
commit 11473dafa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ FROM yoheimuta/protolint:v0.26.0 as protolint
FROM koalaman/shellcheck:v0.7.1 as shellcheck
FROM wata727/tflint:0.20.3 as tflint
FROM alpine/terragrunt:0.13.5 as terragrunt
FROM mvdan/shfmt:v3.1.2 as shfmt
FROM mvdan/shfmt:v3.2.0 as shfmt
FROM accurics/terrascan:d182f1c as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM ghcr.io/assignuser/lintr-lib:0.1.2 as lintr-lib