diff --git a/Dockerfile b/Dockerfile index a5921b2..f533613 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build -FROM golang:1.15.7 as builder +FROM golang:1.15.8 as builder ENV GO111MODULE=on WORKDIR /go/src/moul.io/sshportal COPY go.mod go.sum ./