Skip to content

Commit

Permalink
fixed tshock download file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansheehan committed Mar 24, 2022
1 parent 10ac608 commit 95eb90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tshock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --update-cache \
COPY bootstrap.sh /tshock/bootstrap.sh

ENV TSHOCKVERSION=v4.5.17
ENV TSHOCKZIP=TShock4.5.17_Terraria1.4.3.6.zip
ENV TSHOCKZIP=TShock4.5.17_Terraria_1.4.3.6.zip

# Download and unpack TShock
ADD https://github.com/Pryaxis/TShock/releases/download/$TSHOCKVERSION/$TSHOCKZIP /
Expand Down

0 comments on commit 95eb90f

Please sign in to comment.