This commit is contained in:
2025-06-30 13:50:36 -07:00
parent 9211dd60a7
commit bfeb12f9af

View File

@@ -1,4 +1,4 @@
FROM fithwum/base-image:debian-bullseye
FROM gitea.fithwum.tech/fithwum/base-image:debian-bullseye
LABEL maintainer "fithwum"
# Environment Variables
@@ -7,7 +7,7 @@ ENV VS_VERSION=""
ENV USERNAME=""
# URL's for files
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/vintage-story/-/raw/main/vanilla/install_script.sh
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/vanilla/install_script.sh
# Install Dependencies.
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \