diff --git a/Dockerfile.build b/Dockerfile.build index 59836ec09f..e735782759 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM golang:1.8.1 +FROM golang:1.10 RUN apt-get update && apt-get install -y zip