diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 0b50d39..65913c0 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -6,7 +6,7 @@ ENV ARCH $DAPPER_HOST_ARCH RUN zypper -n up && \ zypper -n in git docker vim less file curl wget ca-certificates RUN if [ "${ARCH}" == "amd64" ]; then \ - 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.57.0; \ fi RUN curl -sL https://get.helm.sh/helm-v3.5.4-linux-${ARCH}.tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1