From 81bd974f171b3185b5ea0b611d88542589e59611 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Sat, 22 Mar 2025 22:02:22 +0900 Subject: [PATCH 1/3] Update Dockerfile Updates to ATM 2.41 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed9695f..159c58d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:21-buster -LABEL version="2.39" +LABEL version="2.41" RUN apt-get update && apt-get install -y curl unzip jq && \ adduser --uid 99 --gid 100 --home /data --disabled-password minecraft From 2d9b911e8351c95be3dfbe6b53523d2117617630 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Sat, 22 Mar 2025 22:02:53 +0900 Subject: [PATCH 2/3] Update README.md Update to 2.41 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f074570..4a94cf8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [All the Mods 10-2.39](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge +# [All the Mods 10-2.41](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge - [Description](#description) From 973d7652c3bd7b880187017e5727771266b55c62 Mon Sep 17 00:00:00 2001 From: Gadoon <38638045+Gadoon@users.noreply.github.com> Date: Sat, 22 Mar 2025 22:03:28 +0900 Subject: [PATCH 3/3] Update launch.sh Updated to 2.41 --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index fe208ad..f673a2f 100644 --- a/launch.sh +++ b/launch.sh @@ -3,7 +3,7 @@ set -x NEOFORGE_VERSION=21.1.131 -SERVER_VERSION=2.39 +SERVER_VERSION=2.41 cd /data if ! [[ "$EULA" = "false" ]]; then