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 Jul 10, 2020
1 parent 75a1993 commit 19ecc89
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 @@ -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.21.0
ENV OPA_VERSION=0.21.1
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 && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Build](https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg)
![](https://img.shields.io/badge/Terraform-0.12.28-blueviolet)
![](https://img.shields.io/badge/Terragrunt-0.23.31-blue)
![](https://img.shields.io/badge/opa-0.21.0-lightgrey)
![](https://img.shields.io/badge/opa-0.21.1-lightgrey)
![](https://img.shields.io/badge/conftest-0.19.0-blue)

This docker image aims at being a CI runner allowing to handle Terraform content.
Expand Down

0 comments on commit 19ecc89

Please sign in to comment.