change docker img

This commit is contained in:
Fabricio 2019-11-11 19:53:18 -03:00 committed by GitHub
parent e2f74b6ba5
commit 026a2ccb83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ Via docker:
git clone --depth 1 https://github.com/ofabricio/capture.git
cd capture
docker run --rm -v "${PWD}:/src" -w /src -e GOOS=darwin golang:latest go build -o capture .
docker run --rm -v $(pwd):/src -w /src -e GOOS=darwin golang:alpine go build -o capture
Now you have an executable binary in your directory