ci-images/renovate/Dockerfile
Peter Kurfer 33c3fab01c
All checks were successful
continuous-integration/drone/push Build is passing
fix(renovate): add Git package
2023-02-28 21:04:47 +01:00

5 lines
No EOL
187 B
Docker

FROM docker.io/node:lts-alpine
RUN npm install -g renovate && \
apk add -U --no-cache curl git && \
curl -L https://go.dev/dl/go1.20.1.linux-amd64.tar.gz | tar -xvz -C /usr/local