updated version to 1.15.4

This commit is contained in:
Maik Laschober 2021-08-09 16:56:17 +02:00
parent 1bb87eba17
commit 8a47acae9f
3 changed files with 7 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.1
ARG vs_version=1.15.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"

3
build.stable.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
docker build . -t devidian/vintagestory:latest

3
build.unstable.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
docker build . -t devidian/vintagestory:unstable