mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 05:48:21 +00:00
* deps: tf 1.1.9 Signed-off-by: Rui Chen <rui@chenrui.dev> * deps: conftest 0.31.0 Signed-off-by: Rui Chen <rui@chenrui.dev> * update applications link ref
7 lines
193 B
Docker
7 lines
193 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
|
|
ENV DEFAULT_CONFTEST_VERSION=0.31.0
|
|
|
|
WORKDIR /atlantis/src
|