Skip to content

Commit

Permalink
Merge pull request #1472 from aramase/aramase/c/bump_kubectl_version_…
Browse files Browse the repository at this point in the history
…v1.29.3

security: bump kubectl to v1.29.3 in driver-crds for CVE-2024-24786
  • Loading branch information
k8s-ci-robot authored Mar 18, 2024
2 parents 173a7bd + b54143d commit 6ec3680
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 6ec3680

Please sign in to comment.