From 38f2031552657de98977fadd64eb1d0e4a234ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:53:57 +0000 Subject: [PATCH] chore(dockerfile): update minor dependencies (dockerfile) to v1.26.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 839cea68..9234bf32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.25.6 AS builder +FROM --platform=$BUILDPLATFORM golang:1.26.4 AS builder ARG TARGETOS ARG TARGETARCH