Skip to content

Commit

Permalink
Merge pull request #167 from SirMonkeyBoy/master
Browse files Browse the repository at this point in the history
Update Tshock to v5.2.1
  • Loading branch information
ryansheehan authored Dec 24, 2024
2 parents dbeef9a + ce7265a commit 8abc211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tshock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ RUN apk add --update-cache \
# add the bootstrap file
COPY bootstrap.sh /tshock/bootstrap.sh

ENV TSHOCKVERSION=v5.2.0
ENV TSHOCKVERSION=v5.2.1

# Download and unpack TShock
RUN set -eux; \
arch="$(apk --print-arch)"; \
case "$arch" in \
'x86_64') \
export TSHOCKZIP='TShock-5.2-for-Terraria-1.4.4.9-linux-x64-Release.zip'; \
export TSHOCKZIP='TShock-5.2.1-for-Terraria-1.4.4.9-linux-x64-Release.zip'; \
;; \
'aarch64') \
export TSHOCKZIP='TShock-5.2-for-Terraria-1.4.4.9-linux-arm64-Release.zip'; \
export TSHOCKZIP='TShock-5.2.1-for-Terraria-1.4.4.9-linux-arm64-Release.zip'; \
;; \
*) echo >&2 "error: unsupported architecture '$arch'."; exit 1 ;; \
esac; \
Expand Down

0 comments on commit 8abc211

Please sign in to comment.