From 5a76ad08cbd875fcc936a7de3dd11aadde8cbce6 Mon Sep 17 00:00:00 2001 From: Francesca Peres <32465921+Viktya@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:33:51 +0100 Subject: [PATCH] Update vanilla 1.4.4.9 --- vanilla/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index eb60d4d..a932d90 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-14481.zip -ENV DL_VERSION=14481 -ENV DL_FILE=terraria-server-14481.zip +ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1449.zip +ENV DL_VERSION=1449 +ENV DL_FILE=terraria-server-1449.zip ADD $DL_LINK /$DL_FILE