File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,9 @@ RUN apk add --no-cache \
208208 gcompat=${GCOMPAT_VERSION} \
209209 coreutils-env=${COREUTILS_ENV_VERSION}
210210
211+ ARG DEFAULT_CONFTEST_VERSION
212+ ENV DEFAULT_CONFTEST_VERSION=${DEFAULT_CONFTEST_VERSION}
213+
211214# Set the entry point to the atlantis user and run the atlantis command
212215USER atlantis
213216ENTRYPOINT ["docker-entrypoint.sh" ]
@@ -237,6 +240,9 @@ COPY --from=deps /usr/bin/git-lfs /usr/bin/git-lfs
237240# copy docker-entrypoint.sh
238241COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
239242
243+ ARG DEFAULT_CONFTEST_VERSION
244+ ENV DEFAULT_CONFTEST_VERSION=${DEFAULT_CONFTEST_VERSION}
245+
240246# Set the entry point to the atlantis user and run the atlantis command
241247USER atlantis
242248ENTRYPOINT ["docker-entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments