4 lines
231 B
Docker
4 lines
231 B
Docker
FROM docker.io/renovate/renovate:41.6.3@sha256:31a3b7457760b13c0e5b868b81e98c601b09ab0440868c74358ec8cc85025e57
|
|
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
|
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
|
USER 1000:1000
|