From e058e7068553f4da3adca58d633d60ce0f1a4be2 Mon Sep 17 00:00:00 2001 From: Matthew Tran Date: Sun, 3 Aug 2025 00:00:44 -0700 Subject: [PATCH] update tmodloader v2025.06.3.0 --- terraria/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraria/Dockerfile b/terraria/Dockerfile index a38af27..ef3bb2a 100644 --- a/terraria/Dockerfile +++ b/terraria/Dockerfile @@ -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