diff --git a/Dockerfile b/Dockerfile index 32c85b8..41a0e0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build -FROM golang:1.17.3 as builder +FROM golang:1.17.5 as builder ENV GO111MODULE=on WORKDIR /go/src/moul.io/sshportal COPY go.mod go.sum ./