mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user