diff --git a/Dockerfile b/Dockerfile index 7122f16a3..6f4ba04d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start with a golang base -FROM golang:1.25-bookworm AS base +FROM golang:1.27-bookworm AS base # Build the full app binary WORKDIR /app