From be6188be3d59b6c69ceb6e023aac18d0fbbb17d7 Mon Sep 17 00:00:00 2001 From: rrey Date: Thu, 29 Apr 2021 08:05:46 +0000 Subject: [PATCH] [create-pull-request] automated change --- Dockerfile | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 065fafc..bb2d9fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,14 +12,14 @@ RUN apk add --no-cache --update \ ca-certificates \ curl -ENV TERRAGRUNT_VERSION=0.28.24 +ENV TERRAGRUNT_VERSION=0.29.1 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.15.0 +ENV TERRAFORM_VERSION=0.11.15 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 && \ @@ -27,7 +27,7 @@ RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERR unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \ mv terraform /usr/local/bin/ -ENV OPA_VERSION=0.27.1 +ENV OPA_VERSION=0.28.0 WORKDIR /opa-build RUN curl -fsSL "https://codeload.github.com/open-policy-agent/opa/tar.gz/v${OPA_VERSION}" | tar xvz --strip-components=1 && \ go build && \ diff --git a/README.md b/README.md index b3a8fdc..4d3818e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # rrey/terraform-runner ![Build](https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg) -![](https://img.shields.io/badge/Terraform-0.15.0-blueviolet) -![](https://img.shields.io/badge/Terragrunt-0.28.24-blue) -![](https://img.shields.io/badge/opa-0.27.1-lightgrey) +![](https://img.shields.io/badge/Terraform-0.11.15-blueviolet) +![](https://img.shields.io/badge/Terragrunt-0.29.1-blue) +![](https://img.shields.io/badge/opa-0.28.0-lightgrey) ![](https://img.shields.io/badge/conftest-0.24.0-blue) This docker image aims at being a CI runner allowing to handle Terraform content.