Skip to content

Commit

Permalink
Merge pull request #148 from Viktya/master
Browse files Browse the repository at this point in the history
Update vanilla 1.4.4.9
  • Loading branch information
ryansheehan authored Nov 17, 2022
2 parents 54a0f3b + 5a76ad0 commit 37bdf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-14481.zip
ENV DL_VERSION=14481
ENV DL_FILE=terraria-server-14481.zip
ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1449.zip
ENV DL_VERSION=1449
ENV DL_FILE=terraria-server-1449.zip

ADD $DL_LINK /$DL_FILE

Expand Down

0 comments on commit 37bdf57

Please sign in to comment.