mirror of
https://github.com/kestra-io/kestra.git
synced 2026-02-03 18:00:56 -05:00
* ci: migrate CI to kestra-io/actions - advance on https://github.com/kestra-io/kestra-ee/issues/5363 * ci: change Dockerfile.pr to dynamic version # Conflicts: # Dockerfile.pr
9 lines
148 B
Docker
9 lines
148 B
Docker
ARG KESTRA_DOCKER_BASE_VERSION=develop
|
|
FROM kestra/kestra:$KESTRA_DOCKER_BASE_VERSION
|
|
|
|
USER root
|
|
|
|
COPY --chown=kestra:kestra docker /
|
|
|
|
USER kestra
|