mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
5 lines
106 B
Docker
5 lines
106 B
Docker
FROM renovate/renovate:19.189.0
|
|
|
|
COPY entrypoint.sh /usr/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/usr/entrypoint.sh"]
|