Skip to content

Commit

Permalink
Bump alpine/terragrunt from 1.0.10 to 1.0.11 (super-linter#2133)
Browse files Browse the repository at this point in the history
Bumps alpine/terragrunt from 1.0.10 to 1.0.11.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2021
1 parent 60ccdfc commit 957d977
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 @@ -14,7 +14,7 @@ FROM yoheimuta/protolint:v0.35.2 as protolint
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.10 as terragrunt
FROM alpine/terragrunt:1.0.11 as terragrunt
FROM mvdan/shfmt:v3.4.0 as shfmt
FROM accurics/terrascan:1.12.0 as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM yoheimuta/protolint:v0.35.2 as protolint
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.10 as terragrunt
FROM alpine/terragrunt:1.0.11 as terragrunt
FROM mvdan/shfmt:v3.4.0 as shfmt
FROM accurics/terrascan:1.12.0 as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
Expand Down

0 comments on commit 957d977

Please sign in to comment.