From 0777aac19e8b6daca7cc270933d18ea80ec08005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:09:34 -0500 Subject: [PATCH] chore(deps): update dependency open-policy-agent/conftest to v0.39.2 in dockerfile.dev (#3217) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- _Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 48cebf6626..0caf93e22c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ RUN AVAILABLE_TERRAFORM_VERSIONS="1.0.11 1.1.9 1.2.9 1.3.9 ${DEFAULT_TERRAFORM_V done # renovate: datasource=github-releases depName=open-policy-agent/conftest -ENV DEFAULT_CONFTEST_VERSION=0.39.1 +ENV DEFAULT_CONFTEST_VERSION=0.39.2 RUN AVAILABLE_CONFTEST_VERSIONS="${DEFAULT_CONFTEST_VERSION}" && \ case "${TARGETPLATFORM}" in \ diff --git a/_Dockerfile.dev b/_Dockerfile.dev index 92b2934099..22261d9611 100644 --- a/_Dockerfile.dev +++ b/_Dockerfile.dev @@ -2,6 +2,6 @@ FROM ghcr.io/runatlantis/atlantis:latest COPY atlantis /usr/local/bin/atlantis # TODO: remove this once we get this in the base image # renovate: datasource=github-releases depName=open-policy-agent/conftest -ENV DEFAULT_CONFTEST_VERSION=0.39.1 +ENV DEFAULT_CONFTEST_VERSION=0.39.2 WORKDIR /atlantis/src