We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce2cf41 + 430e7e4 commit 3c8351bCopy full SHA for 3c8351b
Dockerfile.dapper
@@ -21,7 +21,7 @@ RUN zypper install -y -f docker && rpm -e --nodeps --noscripts containerd
21
RUN curl -sLf https://github.com/rancher/machine/releases/download/${CATTLE_MACHINE_VERSION}/rancher-machine-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
22
23
RUN if [ "${ARCH}" == "amd64" ]; then \
24
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1; \
25
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | sh; \
26
fi
27
0 commit comments