update links
All checks were successful
Build and Push Minecraft Docker Images / build (push) Successful in 3m9s

This commit is contained in:
2025-07-04 15:16:55 -07:00
parent b39e4d6474
commit b5a5819137
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ ENV GAME_PORT=25565
ENV FORGE_URL=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-43.2.0/forge-1.19.2-43.2.0-installer.jar
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/forge/forge-1.19.2/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/forge/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update && apt-get -y autoclean && apt-get -y autoremove \