ci-images/renovate/Dockerfile

5 lines
190 B
Text
Raw Normal View History

2023-02-28 19:25:55 +00:00
FROM docker.io/node:lts-alpine
RUN npm install -g renovate && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk add -U --no-cache git go