4 lines
232 B
Docker
4 lines
232 B
Docker
FROM docker.io/renovate/renovate:40.60.2@sha256:27c20ab848d54e06bbe24fcc2c5b085e8af11e4bcb522591c54eebf17620b99c
|
|
COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
|
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
|
USER 1000:1000
|