mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 05:58:18 +00:00
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.29.0
|
|
|
|
WORKDIR /atlantis/src
|