mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
Merge pull request #2026 from gottwald/update-go4docker
Update Go version to 1.11.1 in Docker build script
This commit is contained in:
commit
5aa0deeff9
@ -5,7 +5,7 @@ set -e
|
|||||||
echo "Build binary using golang docker image"
|
echo "Build binary using golang docker image"
|
||||||
docker run --rm -ti \
|
docker run --rm -ti \
|
||||||
-v "`pwd`":/go/src/github.com/restic/restic \
|
-v "`pwd`":/go/src/github.com/restic/restic \
|
||||||
-w /go/src/github.com/restic/restic golang:1.8.3-alpine go run build.go
|
-w /go/src/github.com/restic/restic golang:1.11.1-alpine go run build.go
|
||||||
|
|
||||||
echo "Build docker image restic/restic:latest"
|
echo "Build docker image restic/restic:latest"
|
||||||
docker build --rm -t restic/restic:latest -f docker/Dockerfile .
|
docker build --rm -t restic/restic:latest -f docker/Dockerfile .
|
||||||
|
Loading…
Reference in New Issue
Block a user