Skip to content

Commit 5515a8d

Browse files
committed
demo: update crypto-perf
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 0c490ea commit 5515a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/crypto-perf/Dockerfile

Lines changed: 2 additions & 2 deletions
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 libssl-dev pkg-config dpkg-dev
99

1010
# Download & unpack DPDK tarball
11-
ARG DPDK_TARBALL=dpdk-22.11.tar.xz
12-
ARG DPDK_TARBALL_SHA256="8eefcc69afa87dccaf8d730d805ded70fb8b64905295d6396977c1322e59eadb"
11+
ARG DPDK_TARBALL=dpdk-23.07-rc4.tar.xz
12+
ARG DPDK_TARBALL_SHA256="f16e25a8b1eeb7335fbd265a6d4f9cce512709436efc80f6422ee9cfdf2f32b9"
1313

1414
ARG SOVERSION=23
1515
RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \

0 commit comments

Comments
 (0)