diff --git a/Dockerfile b/Dockerfile index 554e5f8..f1d846b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the bifrost binary -FROM golang:1.24.6 as builder +FROM golang:1.25.1 as builder ARG TARGETOS ARG TARGETARCH