diff --git a/Dockerfile b/Dockerfile index 6044cd1..f5a8d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine AS build +FROM golang:1.26-alpine AS build WORKDIR /app # Optional: git + certs for private modules; cache modules and build cache