Commit dfee959
committed
[Dockerfile] use official K8s URL to download kubectl
This change ensures that the latest stable kubectl
binary is downloaded whenever the container image
is built. The current URL -
https://storage.googleapis.com/kubernetes-release/release/stable.txt
no longer returns the latest stable release, so we
are now switching to the actively maintained download
URL of upstream Kubernetes.
This change should address the CVE-2024-34156
Signed-off-by: Tariq Ibrahim <[email protected]>1 parent 19bba14 commit dfee959
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments