File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.16 -alpine3.14
1+ FROM golang:1.18 -alpine3.15
22
33ARG DAPPER_HOST_ARCH
44ENV ARCH $DAPPER_HOST_ARCH
55
66RUN apk -U add bash git gcc musl-dev docker vim less file curl wget ca-certificates
77RUN if [ "$(go env GOARCH)" = "amd64" ]; then \
8- curl -sL https://install.goreleaser .com/github.com/ golangci/golangci-lint. sh | sh -s v1.40.0 ; \
8+ curl -sL https://raw.githubusercontent .com/golangci/golangci-lint/v1.45.2/install. sh | sh -s; \
99 fi
1010
1111ENV DAPPER_ENV REPO TAG DRONE_TAG
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN curl https://get.helm.sh/helm-v3.8.1-linux-${ARCH}.tar.gz | tar xvzf - --str
77RUN mv /usr/bin/helm /usr/bin/helm_v3
88COPY entry /usr/bin/
99
10- FROM golang:1.16 -alpine3.15 as plugins
10+ FROM golang:1.18 -alpine3.15 as plugins
1111RUN apk add -U curl ca-certificates build-base binutils-gold
1212ARG ARCH
1313COPY --from=extract /usr/bin/helm_v3 /usr/bin/helm
You can’t perform that action at this time.
0 commit comments