mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 15:18:24 +00:00
* chore(deps): update conftest to 0.37.0 Signed-off-by: Rui Chen <rui@chenrui.dev> * e2e: revert conftest update Signed-off-by: Rui Chen <rui@chenrui.dev>
8 lines
267 B
Docker
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.37.0
|
|
|
|
WORKDIR /atlantis/src
|