updated version to 1.14.0

This commit is contained in:
Maik Laschober 2020-12-06 17:02:08 +01:00
parent 8a70c2912b
commit 7a7ddde095
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@ FROM alpine as downloader
WORKDIR /download
ARG vs_type=stable
ARG vs_version=1.13.4
ARG vs_version=1.14.0
RUN wget "https://cdn.vintagestory.at/gamefiles/${vs_type}/vs_server_${vs_version}.tar.gz"
RUN tar xzf "vs_server_${vs_version}.tar.gz"