Peter Kurfer
33c3fab01c
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
No EOL
187 B
Docker
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 |