Skip to content

Commit 704e84e

Browse files
committed
fix MR mistake for binaries version
1 parent c0ae06c commit 704e84e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nix/pkgs/wire-binaries.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ let
1111
kube_version = "v1.29.10";
1212
etcd_version = "v3.5.16";
1313
cni_version = "v1.3.0";
14-
calico_version = "v3.26.4";
15-
crictl_version = "v1.28.0";
16-
runc_version = "v1.1.10";
17-
nerdctl_version = "1.7.1";
14+
calico_version = "v3.27.4";
15+
crictl_version = "v1.29.0";
16+
runc_version = "v1.1.14";
17+
nerdctl_version = "1.7.7";
1818
containerd_version = "1.7.22";
1919
minio_version = "RELEASE.2023-07-07T07-13-57Z";
2020
mc_version = "RELEASE.2023-10-24T05-18-28Z";

0 commit comments

Comments
 (0)