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 1
1
# ## Standard binary
2
2
# Build the manager binary
3
- FROM --platform=$BUILDPLATFORM golang:1.24.3 @sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8 AS builder
3
+ FROM --platform=$BUILDPLATFORM golang:1.24.5 @sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 AS builder
4
4
5
5
ARG GOPATH
6
6
ARG GOCACHE
Original file line number Diff line number Diff line change 1
1
# Build a manager binary with debug symbols and download Delve
2
- FROM --platform=$BUILDPLATFORM golang:1.24.3 @sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8 AS builder
2
+ FROM --platform=$BUILDPLATFORM golang:1.24.5 @sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 AS builder
3
3
4
4
ARG GOPATH
5
5
ARG GOCACHE
@@ -46,7 +46,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \
46
46
47
47
### Debug
48
48
# Create an image that runs a debug build with Delve installed
49
- FROM --platform=$BUILDPLATFORM golang:1.24.3 @sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8 AS debug
49
+ FROM --platform=$BUILDPLATFORM golang:1.24.5 @sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 AS debug
50
50
# renovate: datasource=github-releases depName=go-delve/delve
51
51
RUN go install github.com/go-delve/delve/cmd/dlv@v1.24.2
52
52
# We want all source so Delve file location operations work
You can’t perform that action at this time.
0 commit comments