diff --git a/containers/galactic/Dockerfile b/containers/galactic/Dockerfile index 0a4c37c..24080c2 100644 --- a/containers/galactic/Dockerfile +++ b/containers/galactic/Dockerfile @@ -1,5 +1,5 @@ # Build the unified galactic binary -FROM --platform=$BUILDPLATFORM golang:1.24 AS builder +FROM --platform=$BUILDPLATFORM golang:1.26 AS builder ARG TARGETOS ARG TARGETARCH ARG VERSION=dev