From 67739bb8c181aa580462ba7d1ae4a607122626d8 Mon Sep 17 00:00:00 2001 From: NetoSimoes <67044705+NetoSimoes@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:34:40 +0100 Subject: [PATCH] Update fixed 1.4.4.1 Terraria Dedicated Server --- vanilla/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 342c156..700fc1d 100755 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -6,9 +6,9 @@ RUN apk add --update-cache \ # add the bootstrap file COPY bootstrap.sh /terraria-server/bootstrap.sh -ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1441.zip +ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1441-fixed.zip ENV DL_VERSION=1441 -ENV DL_FILE=terraria-server-1441.zip +ENV DL_FILE=terraria-server-1441-fixed.zip ADD $DL_LINK /$DL_FILE