Skip to content

Commit

Permalink
chore(deps): update alpine/terragrunt docker tag to v1.9.5 (#3929)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent b04b583 commit 11be6dc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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.2
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
#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.2
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
#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.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
#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.2
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
#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.2
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
#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.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
#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.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
#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.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
- 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.4
ARG TERRAFORM_TERRAGRUNT_VERSION=1.9.5
- FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
- COPY --link --from=terragrunt /bin/terraform /usr/bin/
ide:
Expand Down

0 comments on commit 11be6dc

Please sign in to comment.