Skip to content

Commit

Permalink
update 1.4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iSneeze committed Oct 4, 2022
1 parent 6f1c8fa commit 290860e
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-1443.zip
ENV DL_VERSION=1443
ENV DL_FILE=terraria-server-1443.zip
ENV DL_LINK=https://terraria.org/api/download/pc-dedicated-server/terraria-server-1444.zip
ENV DL_VERSION=1444
ENV DL_FILE=terraria-server-1444.zip

ADD $DL_LINK /$DL_FILE

Expand Down

0 comments on commit 290860e

Please sign in to comment.