Skip to content

Commit

Permalink
Merge pull request #124 from Stankye/master
Browse files Browse the repository at this point in the history
Update vanilla Dockerfile to 1.4.4.2
  • Loading branch information
ryansheehan authored Sep 30, 2022
2 parents d379ee0 + 2432e84 commit eb5fd9e
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-1441-fixed.zip
ENV DL_VERSION=1441
ENV DL_FILE=terraria-server-1441-fixed.zip
ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1442.zip
ENV DL_VERSION=1442
ENV DL_FILE=terraria-server-1442.zip

ADD $DL_LINK /$DL_FILE

Expand Down

0 comments on commit eb5fd9e

Please sign in to comment.