ci: Bump vintage story version
This commit is contained in:
parent
bf066d1a1e
commit
5dc5682564
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM git.zontreck.com/packages/appimage:latest AS BUILDER
|
||||
|
||||
WORKDIR /
|
||||
RUN wget https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_1.20.11.tar.gz
|
||||
RUN wget https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_1.20.12.tar.gz
|
||||
WORKDIR /vintagestory
|
||||
RUN tar -xvf /vs_server_linux-x64_1.20.11.tar.gz && rm /*.tar.gz
|
||||
RUN tar -xvf /vs_server_linux-x64_1.20.12.tar.gz && rm /*.tar.gz
|
||||
|
||||
|
||||
FROM git.zontreck.com/packages/appimage:latest
|
||||
|
@ -11,7 +11,7 @@ FROM git.zontreck.com/packages/appimage:latest
|
|||
ENV PUB NAN
|
||||
ENV AGENT NAN
|
||||
|
||||
LABEL VS_API 1.20.11
|
||||
LABEL VS_API 1.20.12
|
||||
|
||||
WORKDIR /
|
||||
ADD ./entrypoint.sh /entrypoint.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue