dtranslatebot: update DPP to 10.1.5

This commit is contained in:
Syping 2026-05-27 19:40:06 +02:00
parent 1bd754ca91
commit 8f973f45ab
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ COPY CMakeLists.txt dtranslatebot/
COPY cmake/ dtranslatebot/cmake/
COPY src/ dtranslatebot/src/
ENV CC=clang CXX=clang++
ENV DPP_VERSION=10.1.4
ENV DPP_VERSION=10.1.5
RUN wget -q \
"https://github.com/brainboxdotcc/DPP/releases/download/v$DPP_VERSION/DPP-$DPP_VERSION.tar.gz" \
-O "DPP-$DPP_VERSION.tar.gz"