feat(security): update golang to debian trixie

build in the same env as the final image

Signed-off-by: Christian Peper <dreamszz@gmail.com>
This commit is contained in:
Christian Peper
2025-11-26 14:34:49 +01:00
committed by GitHub
parent 2ae30a8162
commit 1ffa29fbaa
+1 -1
View File
@@ -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