Skip to content

Commit d8fc376

Browse files
build(deps): bump alpine from 3.19.1 to 3.20.0 (#1621)
Bumps alpine from 3.19.1 to 3.20.0. --- updated-dependencies: - dependency-name: 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 0f8dfaf commit d8fc376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY internal/ internal/
99
ARG KUBEBENCH_VERSION
1010
RUN make build && cp kube-bench /go/bin/kube-bench
1111

12-
FROM alpine:3.19.1 AS run
12+
FROM alpine:3.20.0 AS run
1313
WORKDIR /opt/kube-bench/
1414
# add GNU ps for -C, -o cmd, and --no-headers support
1515
# https://github.com/aquasecurity/kube-bench/issues/109

0 commit comments

Comments
 (0)