diff --git a/Dockerfile b/Dockerfile index befbd54..ee99cd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # natively for the target arch instead of running the entire Go compiler # under QEMU emulation. Without this directive, arm64 builds took ~40 min # under QEMU; with it, ~20s. -FROM --platform=$BUILDPLATFORM golang:1.24 AS builder +FROM --platform=$BUILDPLATFORM golang:1.26 AS builder ARG TARGETOS ARG TARGETARCH