update tmodloader v2025.06.3.0

This commit is contained in:
Matthew Tran 2025-08-03 00:00:44 -07:00
parent 9b45cea6fd
commit e058e70685

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.05.3.0)
RUN wget https://github.com/tModLoader/tModLoader/releases/download/v2025.05.3.0/tModLoader.zip
# from https://github.com/tModLoader/tModLoader/releases (currently v2025.06.3.0)
RUN wget https://github.com/tModLoader/tModLoader/releases/download/v2025.06.3.0/tModLoader.zip
RUN unzip tModLoader.zip -d server && rm tModLoader.zip
RUN chmod +x server/start-tModLoaderServer.sh