Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
{nikitaratnikov} committed Jun 12, 2024
2 parents d1e1cb4 + 3b6f1d0 commit c40ac71
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 @@ -14,7 +14,7 @@ ENV GOSUMDB sum.golang.org
ENV GONOSUMDB github.com/go-swagger/go-swagger

# Prerequisites
RUN curl -sSL https://raw.githubusercontent.com/wallester/internal-linter-image/master/custom-gcl.sh | sh -s -- -b $(go env GOPATH)/bin v1.0.0
RUN curl -sSL https://raw.githubusercontent.com/wallester/internal-linter-image/master/custom-gcl.sh | bash -s -- -b $(go env GOPATH)/bin
RUN curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.18.2
RUN go install github.com/tebeka/go2xunit@latest
RUN go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
Expand Down

0 comments on commit c40ac71

Please sign in to comment.