From 46e6579d1dddec0b285e2b4c0dd41f09b9afd617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Rivas=20S=C3=B8lberg?= Date: Mon, 24 Oct 2022 19:14:56 +0200 Subject: [PATCH] Update vanilla to 1.4.4.7 --- vanilla/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index c2373b7..103428e 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-1446-fixed.zip -ENV DL_VERSION=1446 -ENV DL_FILE=terraria-server-1446-fixed.zip +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 ADD $DL_LINK /$DL_FILE