Skip to content

Commit b1547c0

Browse files
authoredFeb 4, 2025··
build(deps): bump golang from 1.23.4 to 1.23.5 (#1787)
Bumps golang from 1.23.4 to 1.23.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcfb537 commit b1547c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4 AS build
1+
FROM golang:1.23.5 AS build
22
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
33
COPY makefile makefile
44
COPY go.mod go.sum ./

‎Dockerfile.fips.ubi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4 AS build
1+
FROM golang:1.23.5 AS build
22
WORKDIR /go/src/github.com/aquasecurity/kube-bench/
33
COPY makefile makefile
44
COPY go.mod go.sum ./

‎Dockerfile.ubi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4 AS build
1+
FROM golang:1.23.5 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)
Please sign in to comment.