From 8a70c2912be8c13aa4077ea775960817afca9599 Mon Sep 17 00:00:00 2001 From: Maik Laschober Date: Sun, 20 Sep 2020 21:10:08 +0200 Subject: [PATCH] updated version to 1.13.4 --- Dockerfile | 2 +- README.md | 2 +- build-custom-example/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index adb045d..8c656b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine as downloader WORKDIR /download ARG vs_type=stable -ARG vs_version=1.13.2 +ARG vs_version=1.13.4 RUN wget "https://cdn.vintagestory.at/gamefiles/${vs_type}/vs_server_${vs_version}.tar.gz" RUN tar xzf "vs_server_${vs_version}.tar.gz" diff --git a/README.md b/README.md index 0a05b6f..7137047 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ CMD mono VintagestoryServer.exe --dataPath ${VS_DATA_PATH} ## docker-compose.yml ```yml -version: '3.1' +version: '3.8' services: vsserver: diff --git a/build-custom-example/docker-compose.yml b/build-custom-example/docker-compose.yml index bf35cf0..b1500ce 100644 --- a/build-custom-example/docker-compose.yml +++ b/build-custom-example/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3.1' +version: '3.8' services: vsserver: