updated version to 1.13.4

This commit is contained in:
Maik Laschober 2020-09-20 21:10:08 +02:00
parent e8025f3f94
commit 8a70c2912b
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -37,7 +37,7 @@ CMD mono VintagestoryServer.exe --dataPath ${VS_DATA_PATH}
## docker-compose.yml
```yml
version: '3.1'
version: '3.8'
services:
vsserver:

View file

@ -1,4 +1,4 @@
version: '3.1'
version: '3.8'
services:
vsserver: