mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 04:58:21 +00:00
* chore(deps): add renovate.json * feat: renovate handle regexManagers to update conftest/tf versions * Update .github/renovate.json5 * Update .github/renovate.json5 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: PePe Amengual <jose.amengual@gmail.com> Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
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.35.0
|
|
|
|
WORKDIR /atlantis/src
|