Skip to content

Commit 7a18d0b

Browse files
build(deps): bump golang from 1.24.5 to 1.24.6 (#1926)
Bumps golang from 1.24.5 to 1.24.6. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.6 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 9c01682 commit 7a18d0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 AS build
1+
FROM golang:1.25.0 AS build
22
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
33
COPY makefile makefile
44
COPY go.mod go.sum ./

Dockerfile.fips.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 AS build
1+
FROM golang:1.25.0 AS build
22
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
33
COPY makefile makefile
44
COPY go.mod go.sum ./

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5 AS build
1+
FROM golang:1.25.0 AS build
22
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
33
COPY makefile makefile
44
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)