File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apk add --no-cache --update \
12
12
ca-certificates \
13
13
curl
14
14
15
- ENV TERRAGRUNT_VERSION=0.31.8
15
+ ENV TERRAGRUNT_VERSION=0.31.10
16
16
ENV TERRAGRUNT_DOWNLOAD_URL=https://github.com/gruntwork-io/terragrunt/releases/download
17
17
RUN curl -fsSL -O ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \
18
18
curl -fsSL ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/SHA256SUMS | grep terragrunt_linux_amd64 > SHA256SUMS && \
Original file line number Diff line number Diff line change 2
2
3
3
![ Build] ( https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg )
4
4
![ ] ( https://img.shields.io/badge/Terraform-1.0.6-blueviolet )
5
- ![ ] ( https://img.shields.io/badge/Terragrunt-0.31.8 -blue )
5
+ ![ ] ( https://img.shields.io/badge/Terragrunt-0.31.10 -blue )
6
6
![ ] ( https://img.shields.io/badge/opa-0.32.0-lightgrey )
7
7
![ ] ( https://img.shields.io/badge/conftest-0.27.0-blue )
8
8
You can’t perform that action at this time.
0 commit comments