diff --git a/Dockerfile b/Dockerfile index e0dcb410..e98f949d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage — run on the build host's native arch for speed, cross-compile for target -FROM --platform=$BUILDPLATFORM golang:1.26.6-alpine3.23 AS builder +FROM --platform=$BUILDPLATFORM golang:1.27.0-alpine3.23 AS builder ARG TARGETOS ARG TARGETARCH