mirror of
https://github.com/Merith-TK/docker-vintagestory
synced 2025-01-18 14:20:26 +00:00
updated version to 1.15.8
This commit is contained in:
parent
ae0457e6e7
commit
05feb37d27
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.15.7
|
||||
ARG vs_version=1.15.8
|
||||
|
||||
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