From ad0209107e83fe23783c2ec69031dfc08c40216b Mon Sep 17 00:00:00 2001 From: "plural-copilot[bot]" <172153387+plural-copilot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 17:02:51 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.12 --- go/ai-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/ai-proxy/Dockerfile b/go/ai-proxy/Dockerfile index 3a2a0ada99..e09dec86e8 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