updated to 1.17.12

This commit is contained in:
Maik Laschober 2023-04-17 18:13:10 +02:00
parent 23c0b1cf7c
commit 4354349d9d

View file

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