From 8d70ac44915ea5f2660ac747b2ce96147f588a7f Mon Sep 17 00:00:00 2001 From: Austin Albrecht Date: Fri, 7 Oct 2022 17:17:49 +0200 Subject: [PATCH] Update vanilla to 1.4.4.5 --- vanilla/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index ec01ffc..f4f4746 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-1444.zip -ENV DL_VERSION=1444 -ENV DL_FILE=terraria-server-1444.zip +ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1445.zip +ENV DL_VERSION=1445 +ENV DL_FILE=terraria-server-1445.zip ADD $DL_LINK /$DL_FILE