Skip to content

Commit 4c60a9f

Browse files
committed
SSPROD-44934: Legacy Compliance - Update kubectl version
1 parent e86b7a7 commit 4c60a9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dependency-Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.23 AS builder
22

33
ENV OUTPUT_DIR=/out
4-
ENV KUBECTL_VERSION="v1.31.0"
4+
ENV KUBECTL_VERSION="v1.31.4"
55

66
COPY . /kube-bench
77
WORKDIR /kube-bench

Dependency-Dockerfile_linux_arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.23 AS builder
22

33
ENV OUTPUT_DIR=/out
4-
ENV KUBECTL_VERSION="v1.31.0"
4+
ENV KUBECTL_VERSION="v1.31.4"
55

66
COPY . /kube-bench
77
WORKDIR /kube-bench

Dependency-Dockerfile_linux_s390x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.23 AS builder
22

33
ENV OUTPUT_DIR=/out
4-
ENV KUBECTL_VERSION="v1.31.0"
4+
ENV KUBECTL_VERSION="v1.31.4"
55

66
COPY . /kube-bench
77
WORKDIR /kube-bench

0 commit comments

Comments
 (0)