diff --git a/Dockerfile b/Dockerfile index 6d3f36b..106413b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM golang:1.24 as builder +FROM golang:1.26 as builder WORKDIR /workspace COPY . /workspace RUN make build-docker