From c960b4d9ea6ad138f227a0a12c0efec84b0e44c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:39:16 -0600 Subject: [PATCH] chore(deps): update dependency open-policy-agent/conftest to v0.39.1 in dockerfile.dev (#3154) 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 2517d3209..b726691fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ RUN AVAILABLE_TERRAFORM_VERSIONS="1.0.11 1.1.9 1.2.9 ${DEFAULT_TERRAFORM_VERSION ln -s "/usr/local/bin/tf/versions/${DEFAULT_TERRAFORM_VERSION}/terraform" /usr/local/bin/terraform # renovate: datasource=github-releases depName=open-policy-agent/conftest -ENV DEFAULT_CONFTEST_VERSION=0.39.0 +ENV DEFAULT_CONFTEST_VERSION=0.39.1 RUN AVAILABLE_CONFTEST_VERSIONS="${DEFAULT_CONFTEST_VERSION}" && \ case "${TARGETPLATFORM}" in \ diff --git a/Dockerfile.dev b/Dockerfile.dev index 61eb21937..92b293409 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.0 +ENV DEFAULT_CONFTEST_VERSION=0.39.1 WORKDIR /atlantis/src