diff --git a/Dockerfile b/Dockerfile index dc4b8e25..ab907462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6 as builder +FROM golang:1.22.1 as builder ENV GOPATH="/go" WORKDIR /go/src/github.com/kovetskiy/mark COPY / .