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