From c242a4d5f7399b146cc7c69c5a9c371d01696203 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 25 Jan 2025 10:46:04 -0700 Subject: [PATCH] Update VS SDK to 1.20.3 --- LinuxGeneralCompiler/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 9ac45b6..62ca29f 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -1,9 +1,9 @@ FROM git.zontreck.com/ariascreations/buildenvironments:appimage AS BUILDER WORKDIR / -RUN wget https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_1.20.1.tar.gz +RUN wget https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_1.20.3.tar.gz WORKDIR /vintagestory -RUN tar -xvf /vs_server_linux-x64_1.20.1.tar.gz && rm /*.tar.gz +RUN tar -xvf /vs_server_linux-x64_1.20.3.tar.gz && rm /*.tar.gz FROM git.zontreck.com/ariascreations/buildenvironments:appimage