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

chore(deps): update alpine/terragrunt docker tag to v1.9.8 #4206

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -36,7 +36,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.53.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
#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 @@ -33,7 +33,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.53.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
#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 @@ -13,7 +13,7 @@
#############################################################################################
#ARGTOP__START
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
#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 @@ -29,7 +29,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.53.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
#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 @@ -37,7 +37,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.53.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
#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.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
#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.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
#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 @@ -122,7 +122,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
- FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
- COPY --link --from=terragrunt /usr/local/bin/terragrunt /usr/bin/

Expand All @@ -148,7 +148,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.8
- FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
- COPY --link --from=terragrunt /bin/terraform /usr/bin/
ide:
Expand Down
Loading