mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 11:58:36 +00:00
* deps: terraform 1.2.3 Signed-off-by: Rui Chen <rui@chenrui.dev> * deps: conftest 0.32.1 Signed-off-by: Rui Chen <rui@chenrui.dev>
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.32.1
|
|
|
|
WORKDIR /atlantis/src
|