From 4b6b16f4b1d25808e95caaa58f9dfbe05c303942 Mon Sep 17 00:00:00 2001 From: TacoCake Date: Wed, 9 Nov 2022 15:51:15 -0500 Subject: [PATCH] Update to 1.4.4.8 --- vanilla/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 103428e..34eff0f 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-1447.zip -ENV DL_VERSION=1447 -ENV DL_FILE=terraria-server-1447.zip +ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1448.zip +ENV DL_VERSION=1448 +ENV DL_FILE=terraria-server-1448.zip ADD $DL_LINK /$DL_FILE