updated to v1.16.0

This commit is contained in:
Maik Laschober 2022-01-11 07:30:57 +01:00
parent 5eb3cd0c3c
commit 4cf75cbf83

View file

@ -4,7 +4,7 @@ FROM alpine as downloader
WORKDIR /download
ARG vs_type=stable
ARG vs_version=1.15.10
ARG vs_version=1.16.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"