Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Mar 14, 2024
1 parent 388b2f4 commit b3fb598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ WORKDIR /root
ARG ARCH=amd64
ARG OS=linux
ARG GOSEC_VERSION=2.19.0
RUN wget https://github.com/securego/gosec/releases/download/v${GOSEC_VERSION}/gosec_v${GOSEC_VERSION}_${OS}_${ARCH}.tar.gz -nv -O - | tar -xz
RUN wget https://github.com/securego/gosec/releases/download/v${GOSEC_VERSION}/gosec_${GOSEC_VERSION}_${OS}_${ARCH}.tar.gz -nv -O - | tar -xz

FROM builder AS lint
COPY --from=lint-base /usr/bin/golangci-lint /usr/bin/golangci-lint
Expand Down

0 comments on commit b3fb598

Please sign in to comment.