mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-04 19:08:08 +00:00
5 lines
106 B
Docker
5 lines
106 B
Docker
FROM renovate/renovate:19.176.3
|
|
|
|
COPY entrypoint.sh /usr/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/usr/entrypoint.sh"]
|