Skip to content

Commit 71315f9

Browse files
committed
[create-pull-request] automated change
1 parent be6188b commit 71315f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ RUN apk add --no-cache --update \
1212
ca-certificates \
1313
curl
1414

15-
ENV TERRAGRUNT_VERSION=0.29.1
15+
ENV TERRAGRUNT_VERSION=0.29.2
1616
ENV TERRAGRUNT_DOWNLOAD_URL=https://github.com/gruntwork-io/terragrunt/releases/download
1717
RUN curl -fsSL -O ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \
1818
curl -fsSL ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/SHA256SUMS | grep terragrunt_linux_amd64 > SHA256SUMS && \
1919
sha256sum -c SHA256SUMS && \
2020
mv terragrunt_linux_amd64 /usr/local/bin/terragrunt
2121

22-
ENV TERRAFORM_VERSION=0.11.15
22+
ENV TERRAFORM_VERSION=0.15.2
2323
ENV TERRAFORM_RELEASE_URL=https://releases.hashicorp.com/terraform
2424
RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
2525
curl -fsSL ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS | grep terraform_${TERRAFORM_VERSION}_linux_amd64.zip > SHA256SUMS && \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# rrey/terraform-runner
22

33
![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)
66
![](https://img.shields.io/badge/opa-0.28.0-lightgrey)
77
![](https://img.shields.io/badge/conftest-0.24.0-blue)
88

0 commit comments

Comments
 (0)