Skip to content

Commit b0b344f

Browse files
github-actions[bot]rrey
authored andcommitted
[create-pull-request] automated change
1 parent f7acf6c commit b0b344f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERR
2727
unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
2828
mv terraform /usr/local/bin/
2929

30-
ENV OPA_VERSION=0.20.5
30+
ENV OPA_VERSION=0.21.0
3131
WORKDIR /opa-build
3232
RUN curl -fsSL "https://codeload.github.com/open-policy-agent/opa/tar.gz/v${OPA_VERSION}" | tar xvz --strip-components=1 && \
3333
go build && \
3434
mv opa /usr/local/bin/
3535

36-
ENV CONFTEST_VERSION=0.18.2
36+
ENV CONFTEST_VERSION=0.19.0
3737
ENV CONFTEST_DOWNLOAD_URL=https://github.com/instrumenta/conftest/releases/download
3838
RUN curl -fsSL -O ${CONFTEST_DOWNLOAD_URL}/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz && \
3939
curl -fsSL ${CONFTEST_DOWNLOAD_URL}/v${CONFTEST_VERSION}/checksums.txt | grep conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz > checksums.txt && \

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
![Build](https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg)
44
![](https://img.shields.io/badge/Terraform-0.12.26-blueviolet)
55
![](https://img.shields.io/badge/Terragrunt-0.23.27-blue)
6-
![](https://img.shields.io/badge/opa-0.20.5-lightgrey)
7-
![](https://img.shields.io/badge/conftest-0.18.2-blue)
6+
![](https://img.shields.io/badge/opa-0.21.0-lightgrey)
7+
![](https://img.shields.io/badge/conftest-0.19.0-blue)
88

99
This docker image aims at being a CI runner allowing to handle Terraform content.
1010
The image contains opinionated cool tools around Terraform like:

0 commit comments

Comments
 (0)