renovate-bot/Dockerfile

5 lines
117 B
Docker

FROM node:16-buster-slim
RUN apt-get update && apt-get install -y python3
RUN yarn global add renovate
CMD renovate