update tmodloader v2025.11.3.0 and p2pool v4.13

This commit is contained in:
Matthew Tran
2026-01-02 20:52:17 -08:00
parent 251144832f
commit 09ba7b2fdf
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ RUN apt-get install -y wget unzip python3 iproute2 dotnet-runtime-8.0
WORKDIR /root
# from https://github.com/tModLoader/tModLoader/releases (currently v2025.08.3.1)
RUN wget https://github.com/tModLoader/tModLoader/releases/download/v2025.08.3.1/tModLoader.zip
# from https://github.com/tModLoader/tModLoader/releases (currently v2025.11.3.0)
RUN wget https://github.com/tModLoader/tModLoader/releases/download/v2025.11.3.0/tModLoader.zip
RUN unzip tModLoader.zip -d server && rm tModLoader.zip
RUN chmod +x server/start-tModLoaderServer.sh