deps: bump conftest to 0.35.0 (#2615)

This commit is contained in:
nitrocode
2022-10-24 23:47:22 -05:00
committed by GitHub
parent be37b774c3
commit df94369ae4
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ RUN AVAILABLE_TERRAFORM_VERSIONS="0.11.15 0.12.31 0.13.7 0.14.11 0.15.5 1.0.11 1
done && \
ln -s "/usr/local/bin/tf/versions/${DEFAULT_TERRAFORM_VERSION}/terraform" /usr/local/bin/terraform
ENV DEFAULT_CONFTEST_VERSION=0.34.0
ENV DEFAULT_CONFTEST_VERSION=0.35.0
RUN AVAILABLE_CONFTEST_VERSIONS="${DEFAULT_CONFTEST_VERSION}" && \
case ${TARGETPLATFORM} in \

View File

@@ -1,6 +1,6 @@
FROM ghcr.io/runatlantis/atlantis:latest
COPY atlantis /usr/local/bin/atlantis
# TODO: remove this once we get this in the base image
ENV DEFAULT_CONFTEST_VERSION=0.34.0
ENV DEFAULT_CONFTEST_VERSION=0.35.0
WORKDIR /atlantis/src

View File

@@ -12,7 +12,7 @@ RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH
rm terraform.zip
# Install conftest
ENV CONFTEST_VERSION=0.34.0
ENV CONFTEST_VERSION=0.35.0
RUN case $(uname -m) in x86_64|amd64) ARCH="x86_64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_${ARCH}.tar.gz && \
curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/checksums.txt && \