Skip to content

Commit

Permalink
CI: Autobuild Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bskrtich-ci committed Dec 19, 2024
1 parent 75fca9a commit 36815c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Docker Images are avaiable on [ghcr.io](https://github.com/beardedio/terraria/pk
* vanilla-1.4.3.6 [(containers/vanilla/1.4.3.6/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/vanilla/1.4.3.6/Dockerfile)
* vanilla-1.4.2.3 [(containers/vanilla/1.4.2.3/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/vanilla/1.4.2.3/Dockerfile)
* vanilla-1.4.1.2 [(containers/vanilla/1.4.1.2/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/vanilla/1.4.1.2/Dockerfile)
* tshock-5.2.0, tshock-latest [(containers/tshock/5.2.0/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.2.0/Dockerfile)
* tshock-5.2.1, tshock-latest [(containers/tshock/5.2.1/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.2.1/Dockerfile)
* tshock-5.2.0 [(containers/tshock/5.2.0/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.2.0/Dockerfile)
* tshock-5.1.3 [(containers/tshock/5.1.3/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.1.3/Dockerfile)
* tshock-5.1.2 [(containers/tshock/5.1.2/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.1.2/Dockerfile)
* tshock-5.1.1 [(containers/tshock/5.1.1/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.1.1/Dockerfile)
* tshock-5.0.0 [(containers/tshock/5.0.0/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.0.0/Dockerfile)

### Quick reference
- Where to get help:\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN mkdir /config /tshock && \
RUN favorites_path="/root/My Games/Terraria" && mkdir -p "$favorites_path" && echo "{}" > "$favorites_path/favorites.json"

RUN cd /tmp && \
curl -sL https://github.com/Pryaxis/TShock/releases/download/v5.0.0/TShock-5.0.0-for-Terraria-1.4.4.7-linux-x64-Release.zip --output tshock_release.zip && \
curl -sL https://github.com/Pryaxis/TShock/releases/download/v5.2.1/TShock-5.2.1-for-Terraria-1.4.4.9-linux-amd64-Release.zip --output tshock_release.zip && \
unzip tshock_release.zip -d /tmp/tshock && \
cd /tmp/tshock && \
mkdir ./untar && tar -xf *.tar -C ./untar && \
Expand All @@ -33,8 +33,8 @@ LABEL org.label-schema.vcs-ref=$VCS_REF
LABEL org.label-schema.vcs-url="https://github.com/beardedio/terraria"
LABEL org.opencontainers.image.source=https://github.com/beardedio/terraria
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.description="Tshock Terraria Server - Version 5.0.0"
LABEL TSHOCK_VERSION=5.0.0
LABEL org.opencontainers.image.description="Tshock Terraria Server - Version 5.2.1"
LABEL TSHOCK_VERSION=5.2.1

# Allow for external data
VOLUME ["/config", "/tshock/ServerPlugins"]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion containers/tshock/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.2.1

0 comments on commit 36815c9

Please sign in to comment.