ci-images/renovate/Dockerfile
Peter Kurfer 621f7ea199
All checks were successful
continuous-integration/drone/push Build is passing
fix: renote image
2023-08-24 07:20:53 +02:00

11 lines
No EOL
361 B
Docker

FROM docker.io/golang:1.21-alpine AS go-tools-builder
RUN go install github.com/marwan-at-work/mod/cmd/mod@latest
FROM docker.io/node:lts-alpine
COPY --from=go-tools-builder /go/bin/ /usr/local/bin/
RUN npm install -g renovate && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk add -U --no-cache git go