diff --git a/go/ai-proxy/Dockerfile b/go/ai-proxy/Dockerfile index 3a2a0ada9..e09dec86e 100644 --- a/go/ai-proxy/Dockerfile +++ b/go/ai-proxy/Dockerfile @@ -1,5 +1,5 @@ # Build the binary -FROM golang:1.22.8 as builder +FROM golang:1.22.12 as builder ARG TARGETOS ARG TARGETARCH ARG VERSION