Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ARG SPELL_LYCHEE_VERSION=0.24.2-alpine
# renovate: datasource=docker depName=ghcr.io/terraform-linters/tflint
ARG TERRAFORM_TFLINT_VERSION=0.64.0
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ARG SPELL_LYCHEE_VERSION=0.24.2-alpine
# renovate: datasource=docker depName=ghcr.io/terraform-linters/tflint
ARG TERRAFORM_TFLINT_VERSION=0.64.0
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG CARGO_SARIF_FMT_VERSION=0.8.0
# renovate: datasource=docker depName=mvdan/shfmt
ARG BASH_SHFMT_VERSION=v3.13.1-alpine
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ARG REPOSITORY_TRUFFLEHOG_VERSION=3.95.9
# renovate: datasource=docker depName=ghcr.io/terraform-linters/tflint
ARG TERRAFORM_TFLINT_VERSION=0.64.0
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ARG SPELL_LYCHEE_VERSION=0.24.2-alpine
# renovate: datasource=docker depName=ghcr.io/terraform-linters/tflint
ARG TERRAFORM_TFLINT_VERSION=0.64.0
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/terraform_terraform_fmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#############################################################################################
#ARGTOP__START
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/terraform_terragrunt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#############################################################################################
#ARGTOP__START
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
#ARGTOP__END

#############################################################################################
Expand Down
4 changes: 2 additions & 2 deletions megalinter/descriptors/terraform.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
- FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
- COPY --link --from=terragrunt /usr/local/bin/terragrunt /usr/bin/
supported_platforms:
Expand Down Expand Up @@ -251,7 +251,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.8
ARG TERRAFORM_TERRAGRUNT_VERSION=1.15.9
- FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
- COPY --link --from=terragrunt /bin/terraform /usr/bin/
supported_platforms:
Expand Down
Loading