diff --git a/Dockerfile b/Dockerfile index 86a3dd2..3c02a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.4 AS builder +FROM golang:1.25.5 AS builder ENV GOPATH="/go" WORKDIR /go/src/github.com/kovetskiy/mark COPY / .