diff --git a/Dockerfile b/Dockerfile index 743caaa..72f3d6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - Go, Build the Binary -FROM golang:1.16.6 as go-builder +FROM golang:1.17.1 as go-builder WORKDIR /src/atlas ENV GO111MODULE=on COPY . /src/atlas