renovate-bot/Dockerfile

5 lines
110 B
Docker
Raw Normal View History

2022-02-17 20:43:35 +01:00
FROM node:16-alpine
2022-02-17 21:09:07 +01:00
RUN apk add git python3 make g++
2022-02-17 20:14:28 +01:00
RUN yarn global add renovate
2022-02-17 21:04:54 +01:00
CMD renovate --autodiscover