From 6c44c25a4e7383a4a463a9e8e56795f585b70f19 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Apr 2026 23:00:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(dockerfile):=20update?= =?UTF-8?q?=20golang:1.26.2=20docker=20digest=20to=20b54cbf5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 363c7e3d..397d34f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ## BUILD ARGS ## ################################################################################ # This build arg allows the specification of a custom Golang image. -ARG GOLANG_IMAGE=golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 +ARG GOLANG_IMAGE=golang:1.26.2@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 # The distroless image on which the CPI manager image is built. #