diff --git a/Dockerfile b/Dockerfile index 6158ebb36c8..355736f6255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.1 AS build +FROM golang:1.12.5 AS build WORKDIR /contour ENV GOPROXY=https://gocenter.io