Skip to content

Commit 60e579e

Browse files
chore(deps): update dependency open-policy-agent/conftest to v0.39.0 in dockerfile.dev (#3114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4ceb58 commit 60e579e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN AVAILABLE_TERRAFORM_VERSIONS="1.0.11 1.1.9 1.2.9 ${DEFAULT_TERRAFORM_VERSION
6060
ln -s "/usr/local/bin/tf/versions/${DEFAULT_TERRAFORM_VERSION}/terraform" /usr/local/bin/terraform
6161

6262
# renovate: datasource=github-releases depName=open-policy-agent/conftest
63-
ENV DEFAULT_CONFTEST_VERSION=0.38.0
63+
ENV DEFAULT_CONFTEST_VERSION=0.39.0
6464

6565
RUN AVAILABLE_CONFTEST_VERSIONS="${DEFAULT_CONFTEST_VERSION}" && \
6666
case "${TARGETPLATFORM}" in \

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM ghcr.io/runatlantis/atlantis:latest
22
COPY atlantis /usr/local/bin/atlantis
33
# TODO: remove this once we get this in the base image
44
# renovate: datasource=github-releases depName=open-policy-agent/conftest
5-
ENV DEFAULT_CONFTEST_VERSION=0.38.0
5+
ENV DEFAULT_CONFTEST_VERSION=0.39.0
66

77
WORKDIR /atlantis/src

0 commit comments

Comments
 (0)