Skip to content

Commit

Permalink
Merge pull request #158 from SirMonkeyBoy/master
Browse files Browse the repository at this point in the history
Updated TShock to 5.2
  • Loading branch information
ryansheehan authored May 10, 2023
2 parents bd32f70 + 4bf260e commit 7d2e582
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.1.3
ENV TSHOCKVERSION=v5.2.0

# Download and unpack TShock
RUN set -eux; \
arch="$(apk --print-arch)"; \
case "$arch" in \
'x86_64') \
export TSHOCKZIP='TShock-5.1.3-for-Terraria-1.4.4.9-linux-x64-Release.zip'; \
export TSHOCKZIP='TShock-5.2-for-Terraria-1.4.4.9-linux-x64-Release.zip'; \
;; \
'aarch64') \
export TSHOCKZIP='TShock-5.1.3-for-Terraria-1.4.4.9-linux-arm64-Release.zip'; \
export TSHOCKZIP='TShock-5.2-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 7d2e582

Please sign in to comment.