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