We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2b7a9 commit bf1cd12Copy full SHA for bf1cd12
Dockerfile.dapper
@@ -5,7 +5,7 @@ ENV ARCH=$DAPPER_HOST_ARCH
5
6
RUN zypper -n install tar gzip bash git docker less file curl wget
7
8
-RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.1.6
+RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s latest
9
10
# The docker version in dapper is too old to have buildx. Install it manually.
11
RUN curl -sSfL https://github.com/docker/buildx/releases/download/v0.13.1/buildx-v0.13.1.linux-${ARCH} -o buildx-v0.13.1.linux-${ARCH} && \
0 commit comments