diff --git a/hub/Dockerfile b/hub/Dockerfile index ce145d52b..9fd86a7c2 100644 --- a/hub/Dockerfile +++ b/hub/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:latest +FROM golang:1 RUN apt-get update && apt-get install -y \ git