Skip to content

Commit

Permalink
Update fixed 1.4.4.1 Terraria Dedicated Server
Browse files Browse the repository at this point in the history
  • Loading branch information
NetoSimoes authored Sep 28, 2022
1 parent f09e781 commit 67739bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vanilla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-1441.zip
ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1441-fixed.zip
ENV DL_VERSION=1441
ENV DL_FILE=terraria-server-1441.zip
ENV DL_FILE=terraria-server-1441-fixed.zip

ADD $DL_LINK /$DL_FILE

Expand Down

0 comments on commit 67739bb

Please sign in to comment.