Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
adding correct version to slim dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Oct 31, 2019
1 parent 8c826c7 commit f7bb998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN go get -u github.com/golang/dep/cmd/dep \
&& go get -v -u github.com/gorilla/sessions \
&& go get -v -u golang.org/x/vgo

RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0


RUN npm i -g --no-progress yarn \
Expand Down

0 comments on commit f7bb998

Please sign in to comment.