mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-04 19:08:08 +00:00
9 lines
152 B
Docker
9 lines
152 B
Docker
FROM renovate/renovate:19.219.11-slim
|
|
|
|
COPY entrypoint.sh /usr/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/usr/entrypoint.sh"]
|
|
|
|
RUN set -ex; whoami; groups
|
|
|
|
USER root
|