Skip to content

Commit

Permalink
Merge pull request #39 from draios/update-kubectl
Browse files Browse the repository at this point in the history
Update kubectl
  • Loading branch information
chen-shmilovich-sysdig authored Sep 1, 2024
2 parents 48b12fe + 50637ba commit a4213f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dependency-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.23 AS builder

ENV OUTPUT_DIR=/out
ENV KUBECTL_VERSION="v1.20.2"
ENV KUBECTL_VERSION="v1.21.11"

COPY . /kube-bench
WORKDIR /kube-bench
Expand Down
2 changes: 1 addition & 1 deletion Dependency-Dockerfile_linux_arm64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.23 AS builder

ENV OUTPUT_DIR=/out
ENV KUBECTL_VERSION="v1.20.2"
ENV KUBECTL_VERSION="v1.21.11"

COPY . /kube-bench
WORKDIR /kube-bench
Expand Down
2 changes: 1 addition & 1 deletion Dependency-Dockerfile_linux_s390x
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.23 AS builder

ENV OUTPUT_DIR=/out
ENV KUBECTL_VERSION="v1.20.2"
ENV KUBECTL_VERSION="v1.21.11"

COPY . /kube-bench
WORKDIR /kube-bench
Expand Down

0 comments on commit a4213f5

Please sign in to comment.