Files
atlantis/Dockerfile.dev
renovate[bot] 9c56376c57 chore(deps): update dependency open-policy-agent/conftest to v0.39.2 in dockerfile.dev (#3217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 13:09:34 -05: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.2
WORKDIR /atlantis/src