From 7b578c59b8bbe2bb2a974267ffb22b29c78536a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:33:00 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.27 --- agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index dc7556f5e..1a9315ede 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Build on the host platform to avoid emulation overhead; cross-compile to the target. -FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder ARG TARGETOS=linux ARG TARGETARCH=amd64