Skip to content

Commit 3513c7e

Browse files
chore(deps): bump golang from cd0c949 to 3f74443 (#7182)
Bumps golang from `cd0c949` to `3f74443`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5bcbea commit 3513c7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Standard binary
22
# Build the manager binary
3-
FROM --platform=$BUILDPLATFORM golang:1.24.0@sha256:cd0c949a4709ef70a8dad14274f09bd07b25542de5a1c4812f217087737efd17 AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 AS builder
44

55
ARG GOPATH
66
ARG GOCACHE

Dockerfile.debug

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build a manager binary with debug symbols and download Delve
2-
FROM --platform=$BUILDPLATFORM golang:1.24.0@sha256:cd0c949a4709ef70a8dad14274f09bd07b25542de5a1c4812f217087737efd17 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 AS builder
33

44
ARG GOPATH
55
ARG GOCACHE
@@ -46,7 +46,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \
4646

4747
### Debug
4848
# Create an image that runs a debug build with Delve installed
49-
FROM --platform=$BUILDPLATFORM golang:1.24.0@sha256:cd0c949a4709ef70a8dad14274f09bd07b25542de5a1c4812f217087737efd17 AS debug
49+
FROM --platform=$BUILDPLATFORM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 AS debug
5050
# renovate: datasource=github-releases depName=go-delve/delve
5151
RUN go install github.com/go-delve/delve/cmd/[email protected]
5252
# We want all source so Delve file location operations work

0 commit comments

Comments
 (0)