updated version to 1.15.6

This commit is contained in:
Maik Laschober 2021-09-24 20:48:53 +02:00
parent df7ee57bfa
commit 2962e20d40
3 changed files with 1 additions and 1 deletions

View file

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

Binary file not shown.