Stable update to 1.13.0

This commit is contained in:
Maik Laschober 2020-08-18 12:32:03 +02:00
parent 7c3b4c2392
commit 99e5010525
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ FROM alpine as downloader
WORKDIR /download
ENV VSTYPE stable
ENV VSVERSION 1.12.14
ENV VSVERSION 1.13.0
RUN wget "https://cdn.vintagestory.at/gamefiles/${VSTYPE}/vs_server_${VSVERSION}.tar.gz"
RUN tar xzf "vs_server_${VSVERSION}.tar.gz"