Skip to content

Commit

Permalink
Bump mvdan/shfmt from v3.4.0 to v3.4.1 (super-linter#2189)
Browse files Browse the repository at this point in the history
Bumps mvdan/shfmt from v3.4.0 to v3.4.1.

---
updated-dependencies:
- dependency-name: mvdan/shfmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2021
1 parent 482ea56 commit c3ad7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM golangci/golangci-lint:v1.43.0 as golangci-lint
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.11 as terragrunt
FROM mvdan/shfmt:v3.4.0 as shfmt
FROM mvdan/shfmt:v3.4.1 as shfmt
FROM accurics/terrascan:1.12.0 as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM assignuser/chktex-alpine:v0.1.1 as chktex
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM golangci/golangci-lint:v1.43.0 as golangci-lint
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.11 as terragrunt
FROM mvdan/shfmt:v3.4.0 as shfmt
FROM mvdan/shfmt:v3.4.1 as shfmt
FROM accurics/terrascan:1.12.0 as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
FROM assignuser/chktex-alpine:v0.1.1 as chktex
Expand Down

0 comments on commit c3ad7ba

Please sign in to comment.