File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ## Standard binary
22# Build the manager binary
3- FROM --platform=$BUILDPLATFORM golang:1.25.6 @sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS builder
3+ FROM --platform=$BUILDPLATFORM golang:1.25.7 @sha256:cc737435e2742bd6da3b7d575623968683609a3d2e0695f9d85bee84071c08e6 AS builder
44
55ARG GOPATH
66ARG GOCACHE
Original file line number Diff line number Diff line change 11# Build a manager binary with debug symbols and download Delve
2- FROM --platform=$BUILDPLATFORM golang:1.25.6 @sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25.7 @sha256:cc737435e2742bd6da3b7d575623968683609a3d2e0695f9d85bee84071c08e6 AS builder
33
44ARG GOPATH
55ARG GOCACHE
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \
4545
4646### Debug
4747# Create an image that runs a debug build with Delve installed
48- FROM --platform=$BUILDPLATFORM golang:1.25.6 @sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS debug
48+ FROM --platform=$BUILDPLATFORM golang:1.25.7 @sha256:cc737435e2742bd6da3b7d575623968683609a3d2e0695f9d85bee84071c08e6 AS debug
4949# renovate: datasource=github-releases depName=go-delve/delve
5050RUN go install github.com/go-delve/delve/cmd/dlv@v1.25.2
5151# We want all source so Delve file location operations work
You can’t perform that action at this time.
0 commit comments