From dc6bbced7c1320a6774bf25a6867babfdc09de5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:12:00 +0000 Subject: [PATCH] chore(deps): update dependency dpdk/dpdk to v23.11.7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e04426..1d00d8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update && \ apt-get install --no-install-recommends -y \ meson \ python3-pyelftools -ARG DPDK_VERSION=23.11.5 +ARG DPDK_VERSION=23.11.7 ADD https://fast.dpdk.org/rel/dpdk-${DPDK_VERSION}.tar.xz /src RUN --network=none tar -xf /src/dpdk-${DPDK_VERSION}.tar.xz -C /src/dpdk --strip-components=1 \ && rm /src/dpdk-${DPDK_VERSION}.tar.xz