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 7, 2020
1 parent 8b14f56 commit 46889af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --no-cache --update \
ca-certificates \
curl

ENV TERRAGRUNT_VERSION=0.23.13
ENV TERRAGRUNT_VERSION=0.23.14
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 && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![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.13-blue)
![](https://img.shields.io/badge/Terragrunt-0.23.14-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 46889af

Please sign in to comment.