diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 687c015..342c156 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-144.zip -ENV DL_VERSION=144 -ENV DL_FILE=terraria-server-144.zip +ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1441.zip +ENV DL_VERSION=1441 +ENV DL_FILE=terraria-server-1441.zip ADD $DL_LINK /$DL_FILE