File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.3 @sha256:7d73c4c57127279b23f3f70cbb368bf0fe08f7ab32af5daf5764173d25e78b74 AS builder
3+ FROM --platform=$BUILDPLATFORM golang:1.25.4 @sha256:5d73b7b83dd6e0258ff62832c93b6ea208fbb7727985d265fb49f75f81fc3d1f 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.3 @sha256:7d73c4c57127279b23f3f70cbb368bf0fe08f7ab32af5daf5764173d25e78b74 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25.4 @sha256:5d73b7b83dd6e0258ff62832c93b6ea208fbb7727985d265fb49f75f81fc3d1f 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.3 @sha256:7d73c4c57127279b23f3f70cbb368bf0fe08f7ab32af5daf5764173d25e78b74 AS debug
48+ FROM --platform=$BUILDPLATFORM golang:1.25.4 @sha256:5d73b7b83dd6e0258ff62832c93b6ea208fbb7727985d265fb49f75f81fc3d1f 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