Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Mar 13, 2024
1 parent a3bdd22 commit c0f6161
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG GO_VERSION=1.22.1-alpine3.19
ARG CLI_VERSION=20.10.2
ARG ALPINE_VERSION=3.19.0
ARG GOLANGCI_LINT_VERSION=v1.56.2-alpine
ARG ARCH=amd64
ARG OS=linux
Expand All @@ -24,4 +23,4 @@ COPY --from=lint-base /usr/bin/golangci-lint /usr/bin/golangci-lint
# gotestsum
####
RUN wget https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_${OS}_${ARCH}.tar.gz -nv -O - | tar -xz
COPY /root/gotestsum /usr/local/bin/gotestsum
RUN mv /root/gotestsum /usr/local/bin/gotestsum

0 comments on commit c0f6161

Please sign in to comment.