Skip to content

Commit

Permalink
chore(deps): update dependency open-policy-agent/conftest to v0.39.2 …
Browse files Browse the repository at this point in the history
…in dockerfile.dev (runatlantis#3217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and ijames-gc committed Feb 13, 2024
1 parent 7cf9f35 commit 0777aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion _Dockerfile.dev
Expand Up @@ -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

0 comments on commit 0777aac

Please sign in to comment.