mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
5 lines
106 B
Docker
5 lines
106 B
Docker
FROM renovate/renovate:19.228.1
|
|
|
|
COPY entrypoint.sh /usr/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/usr/entrypoint.sh"]
|