ci-images/renovate/Dockerfile

5 lines
187 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 && \
2023-02-28 20:04:47 +00:00
apk add -U --no-cache curl git && \
2023-02-28 19:25:55 +00:00
curl -L https://go.dev/dl/go1.20.1.linux-amd64.tar.gz | tar -xvz -C /usr/local