fix(renovate): Go installation from edge repo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f368b1a4f2
commit
01e3d69332
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
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
|
||||
|
||||
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/go/bin:/usr/local/go/bin \
|
||||
GOPATH=/go
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||
apk add -U --no-cache git go
|
Loading…
Reference in a new issue