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