From 65e33e14f2e47a1d465b4556cb8e28a7f761ce58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 09:37:12 +0000 Subject: [PATCH] chore(deps): update image golang to v1.25.4 (#94) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 330cd6e..cac1b3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage - builds the binary for the target architecture -FROM --platform=$BUILDPLATFORM golang:1.25.3-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine AS builder # Build arguments automatically set by buildx ARG TARGETOS