Skip to content

Commit

Permalink
Bump alpine/terragrunt from 1.0.6 to 1.0.7
Browse files Browse the repository at this point in the history
Bumps alpine/terragrunt from 1.0.6 to 1.0.7.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2021
1 parent 5fc05f9 commit b2dd8b1
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.32.0 as protolint
FROM golangci/golangci-lint:v1.42.1 as golangci-lint
FROM koalaman/shellcheck:v0.7.2 as shellcheck
FROM ghcr.io/terraform-linters/tflint-bundle:v0.32.1 as tflint
FROM alpine/terragrunt:1.0.6 as terragrunt
FROM alpine/terragrunt:1.0.7 as terragrunt
FROM mvdan/shfmt:v3.3.1 as shfmt
FROM accurics/terrascan:1.10.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.32.0 as protolint
FROM golangci/golangci-lint:v1.42.1 as golangci-lint
FROM koalaman/shellcheck:v0.7.2 as shellcheck
FROM ghcr.io/terraform-linters/tflint-bundle:v0.32.1 as tflint
FROM alpine/terragrunt:1.0.6 as terragrunt
FROM alpine/terragrunt:1.0.7 as terragrunt
FROM mvdan/shfmt:v3.3.1 as shfmt
FROM accurics/terrascan:1.10.0 as terrascan
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
Expand Down

0 comments on commit b2dd8b1

Please sign in to comment.