Skip to content

Commit ed85d66

Browse files
Bump golang from 1.24.6-alpine to 1.25.0-alpine in /hack/build (#35)
Bumps golang from 1.24.6-alpine to 1.25.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 566e334 commit ed85d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.6-alpine AS builder
2+
FROM golang:1.25.0-alpine AS builder
33

44
RUN apk add --no-cache gcc musl-dev libc6-compat build-base libc-dev
55

hack/build/Dockerfile.certs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.6-alpine AS builder
2+
FROM golang:1.25.0-alpine AS builder
33

44
RUN apk add --no-cache gcc musl-dev libc6-compat
55

0 commit comments

Comments
 (0)