Skip to content

Commit 70a1ef5

Browse files
Bump golang from 1.24.2-alpine to 1.24.3-alpine in /hack/build (#25)
Bumps golang from 1.24.2-alpine to 1.24.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.3-alpine 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 1dd03cd commit 70a1ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.2-alpine AS builder
2+
FROM golang:1.24.3-alpine AS builder
33

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

hack/build/Dockerfile.certs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.2-alpine AS builder
2+
FROM golang:1.24.3-alpine AS builder
33

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

0 commit comments

Comments
 (0)