Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump alpine/terragrunt from 1.0.5 to 1.0.6 #1925

Merged
merged 1 commit into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.0 as golangci-lint
FROM koalaman/shellcheck:v0.7.2 as shellcheck
FROM ghcr.io/terraform-linters/tflint-bundle:v0.31.0 as tflint
FROM alpine/terragrunt:1.0.5 as terragrunt
FROM alpine/terragrunt:1.0.6 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.0 as golangci-lint
FROM koalaman/shellcheck:v0.7.2 as shellcheck
FROM ghcr.io/terraform-linters/tflint-bundle:v0.31.0 as tflint
FROM alpine/terragrunt:1.0.5 as terragrunt
FROM alpine/terragrunt:1.0.6 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