diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e34c447d..43849091 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -15,10 +15,10 @@ You can also [build a Docker container](Docker.md), which would work on other op * Node.js 20.x * [Meson build system](https://mesonbuild.com/Getting-meson.html) 1.x * [ubpf](https://github.com/iovisor/ubpf) a3e69808 -* [libbpf](https://github.com/libbpf/libbpf) 1.3.0 and [libxdp](https://github.com/xdp-project/xdp-tools) 1.4.2 (optional) +* [libbpf](https://github.com/libbpf/libbpf) 1.4.0 and [libxdp](https://github.com/xdp-project/xdp-tools) 1.4.2 (optional) * [liburing](https://github.com/axboe/liburing) 2.5 * [Data Plane Development Kit (DPDK)](https://www.dpdk.org/) 23.11 -* [Storage Performance Development Kit (SPDK)](https://spdk.io/) c47b9b42 +* [Storage Performance Development Kit (SPDK)](https://spdk.io/) 24.01 * [godoc](https://pkg.go.dev/golang.org/x/tools/cmd/godoc), [staticcheck](https://pkg.go.dev/honnef.co/go/tools/cmd/staticcheck), [shfmt](https://github.com/mvdan/sh) commands (optional) You can run the [ndndpdk-depends.sh](ndndpdk-depends.sh) script to install these dependencies, or refer to the script for specific configuration options. diff --git a/package.json b/package.json index d9e6ce73..6b14a729 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "devDependencies": { "@types/ws": "^8.5.10", "@yoursunny/xo-config": "0.58.0", - "dockerfilelint": "^1.8.0", "json-stable-stringify": "^1.1.1", "markdownlint-cli": "^0.40.0", "ts-json-schema-generator": "^2.1.1",