Skip to content

Commit 8e5a658

Browse files
committed
[create-pull-request] automated change
1 parent 051642d commit 8e5a658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk add --no-cache --update \
1212
ca-certificates \
1313
curl
1414

15-
ENV TERRAGRUNT_VERSION=0.31.8
15+
ENV TERRAGRUNT_VERSION=0.31.10
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 && \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Build](https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg)
44
![](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)
66
![](https://img.shields.io/badge/opa-0.32.0-lightgrey)
77
![](https://img.shields.io/badge/conftest-0.27.0-blue)
88

0 commit comments

Comments
 (0)