mirror of https://github.com/restic/restic.git
Update Go version to 1.14.6 in Docker build script
This commit is contained in:
parent
3d530dfc91
commit
9c3414374a
|
@ -5,7 +5,7 @@ set -e
|
|||
echo "Build binary using golang docker image"
|
||||
docker run --rm -ti \
|
||||
-v "`pwd`":/go/src/github.com/restic/restic \
|
||||
-w /go/src/github.com/restic/restic golang:1.13.6-alpine go run build.go
|
||||
-w /go/src/github.com/restic/restic golang:1.14.6-alpine go run build.go
|
||||
|
||||
echo "Build docker image restic/restic:latest"
|
||||
docker build --rm -t restic/restic:latest -f docker/Dockerfile .
|
||||
|
|
Loading…
Reference in New Issue