From c51760963dd6fc85ae15e2f7caf62475ca70a767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:49:53 +0000 Subject: [PATCH] chore(deps): update dependency dpdk/dpdk to v23.11.6 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..13a42e2 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.6 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