Files
atlantis/Dockerfile.dev
renovate[bot] e84b241170 chore(deps): update dependency open-policy-agent/conftest to v0.40.0 in dockerfile.dev (#3264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-25 02:13:10 +00:00

8 lines
267 B
Docker

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.40.0
WORKDIR /atlantis/src