Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rrey committed May 18, 2020
1 parent ef84128 commit 7475c7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ RUN apk add --no-cache --update \
ca-certificates \
curl

ENV TERRAGRUNT_VERSION=0.23.17
ENV TERRAGRUNT_VERSION=0.23.18
ENV TERRAGRUNT_DOWNLOAD_URL=https://github.com/gruntwork-io/terragrunt/releases/download
RUN curl -fsSL -O ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \
curl -fsSL ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/SHA256SUMS | grep terragrunt_linux_amd64 > SHA256SUMS && \
sha256sum -c SHA256SUMS && \
mv terragrunt_linux_amd64 /usr/local/bin/terragrunt

ENV TERRAFORM_VERSION=0.12.24
ENV TERRAFORM_VERSION=0.12.25
ENV TERRAFORM_RELEASE_URL=https://releases.hashicorp.com/terraform
RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
curl -fsSL ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS | grep terraform_${TERRAFORM_VERSION}_linux_amd64.zip > SHA256SUMS && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# rrey/terraform-runner

![Build](https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg)
![](https://img.shields.io/badge/Terraform-0.12.24-blueviolet)
![](https://img.shields.io/badge/Terragrunt-0.23.17-blue)
![](https://img.shields.io/badge/Terraform-0.12.25-blueviolet)
![](https://img.shields.io/badge/Terragrunt-0.23.18-blue)
![](https://img.shields.io/badge/opa-0.19.2-lightgrey)
![](https://img.shields.io/badge/conftest-0.18.2-blue)

Expand Down

0 comments on commit 7475c7b

Please sign in to comment.