From 859dd59374a22f49d468dbc1a70e29c6b9b7cfde Mon Sep 17 00:00:00 2001 From: Siythrun Date: Sat, 11 Nov 2017 15:07:34 +1000 Subject: [PATCH] Updated to TSHOCK to v4.3.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f0837e..60a6373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN mkdir /tshock /terraria && chown terraria /tshock /terraria # Download the latest version of TShock #ADD https://api.github.com/repos/NyxStudios/TShock/zipball/ /tmp/tshock.zip # can't use api github because there is an api limit -ADD https://github.com/NyxStudios/TShock/releases/download/v4.3.9/tshock_4.3.9.zip /tmp/tshock.zip +ADD https://github.com/Pryaxis/TShock/releases/download/v4.3.24/tshock_4.3.24.zip /tmp/tshock.zip RUN unzip -d /tshock /tmp/tshock.zip # Allow to save default plugin and add them when we mount ServerPlugins RUN cp -r /tshock/ServerPlugins /tshock/DefaultServerPlugins