mirror of
https://github.com/Merith-TK/docker-vintagestory
synced 2025-01-18 06:10:27 +00:00
updated version to 1.15.4
This commit is contained in:
parent
1bb87eba17
commit
8a47acae9f
3 changed files with 7 additions and 1 deletions
|
@ -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
3
build.stable.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build . -t devidian/vintagestory:latest
|
3
build.unstable.sh
Normal file
3
build.unstable.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build . -t devidian/vintagestory:unstable
|
Loading…
Reference in a new issue