summaryrefslogtreecommitdiff
path: root/.ci/linux-build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/linux-build.sh')
-rwxr-xr-x.ci/linux-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index 17ce6961f..776148cfd 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -182,7 +182,7 @@ fi
if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
if [ -z "$DPDK_VER" ]; then
- DPDK_VER="19.11.10"
+ DPDK_VER="19.11.13"
fi
install_dpdk $DPDK_VER
# Enable pdump support in OVS.