File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN AVAILABLE_TERRAFORM_VERSIONS="1.0.11 1.1.9 1.2.9 ${DEFAULT_TERRAFORM_VERSION
60
60
ln -s "/usr/local/bin/tf/versions/${DEFAULT_TERRAFORM_VERSION}/terraform" /usr/local/bin/terraform
61
61
62
62
# 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
64
64
65
65
RUN AVAILABLE_CONFTEST_VERSIONS="${DEFAULT_CONFTEST_VERSION}" && \
66
66
case "${TARGETPLATFORM}" in \
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ FROM ghcr.io/runatlantis/atlantis:latest
2
2
COPY atlantis /usr/local/bin/atlantis
3
3
# TODO: remove this once we get this in the base image
4
4
# 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
6
6
7
7
WORKDIR /atlantis/src
You can’t perform that action at this time.
0 commit comments