fix(renovate): PATH not updated for Go
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter 2023-02-28 21:22:04 +01:00
parent 33c3fab01c
commit f368b1a4f2
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -3,3 +3,6 @@ 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