diff --git a/api/Containerfile b/api/Containerfile index a35bbaf4..4001d460 100644 --- a/api/Containerfile +++ b/api/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.26.7 AS build +FROM docker.io/golang:1.27.0 AS build WORKDIR /build COPY go.mod . COPY go.sum .