From 3bd7a7e22652f7f1b73a96a91b9d40ad437176c7 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 1 Jul 2025 07:55:08 -0700 Subject: [PATCH] test --- vanilla/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 4fb2787..ff8217f 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -7,7 +7,7 @@ ENV VS_VERSION="" ENV USERNAME="" # URL's for files -ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/vanilla/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/src/commit/7a4c5f36100bdeece8e69823dd877cf34442efb6/vanilla/install_script.sh # Install Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \