Skip to content

Commit

Permalink
security: bump kubectl to v1.29.3 in driver-crds for CVE-2024-24786
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Mar 18, 2024
1 parent 2d0b596 commit 9ee78b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/crd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

FROM alpine as builder
ARG KUBE_VERSION=v1.28.3
ARG KUBE_VERSION=v1.29.3
ARG TARGETARCH

RUN apk add --no-cache curl && \
Expand Down

0 comments on commit 9ee78b8

Please sign in to comment.