Files
atlantis/Dockerfile.dev
renovate[bot] 60e579e654 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>
2023-02-09 17:17:23 -06: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.39.0
WORKDIR /atlantis/src