From 99e50105251c2ae04bcdb61380cfd60b7ad98e49 Mon Sep 17 00:00:00 2001 From: Maik Laschober Date: Tue, 18 Aug 2020 12:32:03 +0200 Subject: [PATCH] Stable update to 1.13.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 28e8d15..a3561ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index f08c25d..feb7801 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Run this image -To run this image you can use `docker run -pd 42420:42420 --name VintageStoryServer devidian/vintagestory`, but you may want to use a customized version for your needs so see `./build-custom-example/README.md` +To run this image you can use `docker run -pd 42420:42420 --name VintageStoryServer devidian/vintagestory`, but you may want to use a customized version for your needs so see following instructions. # Custom build You can either copy files from `https://github.com/Devidian/docker-vintagestory/tree/master/build-custom-example` or follow these steps: