File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ RUN apk add --no-cache --update \
12
12
ca-certificates \
13
13
curl
14
14
15
- ENV TERRAGRUNT_VERSION=0.29.1
15
+ ENV TERRAGRUNT_VERSION=0.29.2
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 && \
19
19
sha256sum -c SHA256SUMS && \
20
20
mv terragrunt_linux_amd64 /usr/local/bin/terragrunt
21
21
22
- ENV TERRAFORM_VERSION=0.11.15
22
+ ENV TERRAFORM_VERSION=0.15.2
23
23
ENV TERRAFORM_RELEASE_URL=https://releases.hashicorp.com/terraform
24
24
RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
25
25
curl -fsSL ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS | grep terraform_${TERRAFORM_VERSION}_linux_amd64.zip > SHA256SUMS && \
Original file line number Diff line number Diff line change 1
1
# rrey/terraform-runner
2
2
3
3
![ Build] ( https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg )
4
- ![ ] ( https://img.shields.io/badge/Terraform-0.11.15 -blueviolet )
5
- ![ ] ( https://img.shields.io/badge/Terragrunt-0.29.1 -blue )
4
+ ![ ] ( https://img.shields.io/badge/Terraform-0.15.2 -blueviolet )
5
+ ![ ] ( https://img.shields.io/badge/Terragrunt-0.29.2 -blue )
6
6
![ ] ( https://img.shields.io/badge/opa-0.28.0-lightgrey )
7
7
![ ] ( https://img.shields.io/badge/conftest-0.24.0-blue )
8
8
You can’t perform that action at this time.
0 commit comments