ci-images/renovate/Dockerfile
Peter Kurfer 01e3d69332
All checks were successful
continuous-integration/drone/push Build is passing
fix(renovate): Go installation from edge repo
2023-02-28 21:52:40 +01:00

5 lines
No EOL
190 B
Docker

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