We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a958fde commit 0d3a17dCopy full SHA for 0d3a17d
Dockerfile.dapper
@@ -6,7 +6,7 @@ ENV ARCH $DAPPER_HOST_ARCH
6
RUN zypper -n up && \
7
zypper -n in git docker vim less file curl wget ca-certificates
8
RUN if [ "${ARCH}" == "amd64" ]; then \
9
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.2; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2; \
10
fi
11
RUN curl -sL https://get.helm.sh/helm-v3.5.4-linux-${ARCH}.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1
12
0 commit comments