Skip to content

Commit 4c1a8f5

Browse files
committed
chore: use kubectl v1.26.0 in driver-crds
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 8a38583 commit 4c1a8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/crd.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
FROM alpine as builder
16-
ARG KUBE_VERSION=v1.25.4
16+
ARG KUBE_VERSION=v1.26.0
1717
ARG TARGETARCH
1818

1919
RUN apk add --no-cache curl && \

0 commit comments

Comments
 (0)