We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e0bd1 commit f08e6c5Copy full SHA for f08e6c5
1 file changed
Dockerfile
@@ -28,7 +28,7 @@ RUN if [ "$INSTALL_TOOLS" == "yes" ] ; then \
28
go install github.com/swaggo/swag/cmd/swag@v1.16.4 && \
29
go install gotest.tools/gotestsum@v1.13.0 && \
30
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
31
- | sh -s -- -b $(go env GOPATH)/bin v2.2.2 ; \
+ | sh -s -- -b $(go env GOPATH)/bin v2.10.1 ; \
32
fi
33
34
ADD --chown=insights:insights dev/kafka/secrets/ca.crt /opt/kafka/
0 commit comments