We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef5d5b commit b1041e9Copy full SHA for b1041e9
demo/crypto-perf/Dockerfile
@@ -8,8 +8,8 @@ RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
8
RUN apt-get update && apt-get install -y --no-install-recommends wget build-essential meson ninja-build python3-pyelftools libnuma-dev python3-pip pkg-config dpkg-dev libipsec-mb-dev
9
10
# Download & unpack DPDK tarball
11
-ARG DPDK_TARBALL=dpdk-23.11-rc3.tar.xz
12
-ARG DPDK_TARBALL_SHA256="cacd8b6d796f9983479f8c5989830cb86705922f8d6a813d83ecb82034088993"
+ARG DPDK_TARBALL=dpdk-23.11.tar.xz
+ARG DPDK_TARBALL_SHA256="64fa58fdfc9e9510e8e414e3bedd165bd3d4ca465a231b280323f83cd53fd865"
13
14
RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
15
&& echo "$DPDK_TARBALL_SHA256 $DPDK_TARBALL" | sha256sum -c - \
0 commit comments