Skip to content

Commit

Permalink
Bump to mp++ 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Dec 16, 2024
1 parent c66995d commit 59c4bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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.4"
ARG MPPP_VERSION="2.0.0"
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} \
Expand Down

0 comments on commit 59c4bca

Please sign in to comment.