Skip to content

Commit

Permalink
Merge pull request #122 from NetoSimoes/patch-1
Browse files Browse the repository at this point in the history
Update fixed 1.4.4.1 Terraria Dedicated Server
  • Loading branch information
ryansheehan authored Sep 28, 2022
2 parents f09e781 + 67739bb commit d379ee0
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 d379ee0

Please sign in to comment.