updated version to 1.14.7

This commit is contained in:
Maik Laschober 2021-01-19 13:42:41 +01:00
parent 79a1357908
commit 925a6b82a0

View file

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