diff --git a/Dockerfile b/Dockerfile index 4b2816a..853e1c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build -FROM golang:1.18.0 as builder +FROM golang:1.20.1 as builder ENV GO111MODULE=on WORKDIR /go/src/moul.io/sshportal COPY go.mod go.sum ./