diff --git a/Dockerfile b/Dockerfile index ad7d7e57..7412df71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ### # Build a static control-center binary for the requested platform. ### -FROM golang:1.25-bookworm AS builder +FROM golang:1.26-bookworm AS builder ARG TARGETOS=linux ARG TARGETARCH=amd64