Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to TSHOCK to v4.3.24 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN mkdir /tshock /terraria && chown terraria /tshock /terraria
# Download the latest version of TShock
#ADD https://api.github.com/repos/NyxStudios/TShock/zipball/ /tmp/tshock.zip
# can't use api github because there is an api limit
ADD https://github.com/NyxStudios/TShock/releases/download/v4.3.9/tshock_4.3.9.zip /tmp/tshock.zip
ADD https://github.com/Pryaxis/TShock/releases/download/v4.3.24/tshock_4.3.24.zip /tmp/tshock.zip
RUN unzip -d /tshock /tmp/tshock.zip
# Allow to save default plugin and add them when we mount ServerPlugins
RUN cp -r /tshock/ServerPlugins /tshock/DefaultServerPlugins
Expand Down