We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42814c4 commit 3b9d769Copy full SHA for 3b9d769
Dockerfile.dapper
@@ -7,7 +7,7 @@ RUN zypper -n up && \
7
zypper -n in git docker vim curl wget
8
RUN rm -rf /go/src /go/pkg
9
RUN if [ "${ARCH}" == "amd64" ]; then \
10
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.5; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.64.6; \
11
fi
12
13
ENV DAPPER_ENV REPO TAG DRONE_TAG
0 commit comments