Skip to content

Commit

Permalink
Merge pull request #151 from SirMonkeyBoy/master
Browse files Browse the repository at this point in the history
TShock 5.1.3
  • Loading branch information
ryansheehan authored Nov 26, 2022
2 parents 37bdf57 + 5863052 commit b68a2d4
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
@@ -1,13 +1,13 @@
FROM alpine:3.15.0 AS base
FROM alpine:3.16.3 AS base

RUN apk add --update-cache \
unzip

# add the bootstrap file
COPY bootstrap.sh /tshock/bootstrap.sh

ENV TSHOCKVERSION=v5.1.2
ENV TSHOCKZIP=TShock-5.1.2-for-Terraria-1.4.4.8.1-linux-x64-Release.zip
ENV TSHOCKVERSION=v5.1.3
ENV TSHOCKZIP=TShock-5.1.3-for-Terraria-1.4.4.9-linux-x64-Release.zip

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

0 comments on commit b68a2d4

Please sign in to comment.