mirror of
https://github.com/Merith-TK/docker-vintagestory
synced 2025-01-18 14:20:26 +00:00
updated to 1.18.1
This commit is contained in:
parent
b1cf0343af
commit
558e4aa364
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM alpine as downloader
|
|||
WORKDIR /download
|
||||
|
||||
ARG vs_type=stable
|
||||
ARG vs_version=1.18.0
|
||||
ARG vs_version=1.18.1
|
||||
|
||||
RUN wget "https://cdn.vintagestory.at/gamefiles/${vs_type}/vs_server_${vs_version}.tar.gz"
|
||||
RUN tar xzf "vs_server_${vs_version}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue