Skip to content

Commit b90ecae

Browse files
authored
Merge pull request #7 from Netcracker/bugfix/fix_vulnerabilities
fix: fix vulnerabilities
2 parents b0442a2 + f70e8f0 commit b90ecae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -x \
1616
--no-check-certificate \
1717
-nv \
1818
-O /usr/bin/kubectl \
19-
"https://dl.k8s.io/v1.34.1/bin/linux/${TARGETARCH}/kubectl" \
19+
"https://dl.k8s.io/v1.35.0/bin/linux/${TARGETARCH}/kubectl" \
2020
&& chmod +x /usr/bin/kubectl
2121

2222
RUN set -eux \

0 commit comments

Comments
 (0)