From ca0f6f67bcabb66c81d99b53a732b6d88699cd2b Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Fri, 5 Jan 2024 23:46:02 +0100 Subject: [PATCH] mp++ update. --- Dockerfile2014 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile2014 b/Dockerfile2014 index 363dd6f..9368d79 100644 --- a/Dockerfile2014 +++ b/Dockerfile2014 @@ -106,7 +106,7 @@ RUN curl -L https://github.com/fmtlib/fmt/archive/${FMT_VERSION}.tar.gz > fmt.ta # Install mp++ WORKDIR /root/install -ARG MPPP_VERSION="1.0.0" +ARG MPPP_VERSION="1.0.2" RUN curl -L https://github.com/bluescarni/mppp/archive/v${MPPP_VERSION}.tar.gz > mppp.tar.gz \ && tar xzf mppp.tar.gz > /dev/null 2>&1 \ && cd mppp-${MPPP_VERSION} \