Skip to content

Commit b1041e9

Browse files
committed
demo: move to released DPDK version
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent cef5d5b commit b1041e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/crypto-perf/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
88
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
99

1010
# Download & unpack DPDK tarball
11-
ARG DPDK_TARBALL=dpdk-23.11-rc3.tar.xz
12-
ARG DPDK_TARBALL_SHA256="cacd8b6d796f9983479f8c5989830cb86705922f8d6a813d83ecb82034088993"
11+
ARG DPDK_TARBALL=dpdk-23.11.tar.xz
12+
ARG DPDK_TARBALL_SHA256="64fa58fdfc9e9510e8e414e3bedd165bd3d4ca465a231b280323f83cd53fd865"
1313

1414
RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
1515
&& echo "$DPDK_TARBALL_SHA256 $DPDK_TARBALL" | sha256sum -c - \

0 commit comments

Comments
 (0)