From 1ffa29fbaa5e6067b07b122fea2d09773330064f Mon Sep 17 00:00:00 2001 From: Christian Peper Date: Wed, 26 Nov 2025 14:34:49 +0100 Subject: [PATCH] feat(security): update golang to debian trixie build in the same env as the final image Signed-off-by: Christian Peper --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 594e3a37..f94d1b1e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS builder +FROM --platform=$BUILDPLATFORM golang:1.25-trixie AS builder ENV GO111MODULE=on CGO_ENABLED=0 WORKDIR /work