mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +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
|