From 600b056ccd45d4b002ea1bb309db3da540c8793c Mon Sep 17 00:00:00 2001 From: r14f <57841815+r14f@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:58:32 -0600 Subject: [PATCH 1/3] Update Dockerfile 2.36 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e2b1be..bd24150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:21-buster -LABEL version="2.34" +LABEL version="2.36" RUN apt-get update && apt-get install -y curl unzip jq && \ adduser --uid 99 --gid 100 --home /data --disabled-password minecraft From a6c5a0fbad7ab36d80d1d566757389ff561901a2 Mon Sep 17 00:00:00 2001 From: r14f <57841815+r14f@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:36:21 -0600 Subject: [PATCH 2/3] Update README.md to 2.36 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 770434c..fb31ed4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [All the Mods 10-2.34](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge +# [All the Mods 10-2.36](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge - [Description](#description) @@ -17,7 +17,7 @@ This container is built to run on an [Unraid](https://unraid.net) server, outside of that your mileage will vary. -The docker on the first run will download the same version as tagged `All the Mods 10-2.34` and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. +The docker on the first run will download the same version as tagged `All the Mods 10-2.36` and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. After the first run, it will simply start the server. @@ -36,7 +36,7 @@ As the end user, you are responsible for accepting the EULA from Mojang to run t These environment variables can be set to override their defaults. * JVM_OPTS "-Xms2048m -Xmx4096m" -* MOTD "All the Mods 10-2.34 Server Powered by Docker" +* MOTD "All the Mods 10-2.36 Server Powered by Docker" * ALLOW_FLIGHT "true" or "false" * MAX_PLAYERS "5" * ONLINE_MODE "true" or "false" From 1df2b441f2bcdc1f3904a4b5d5665f8d911ef0da Mon Sep 17 00:00:00 2001 From: r14f <57841815+r14f@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:37:32 -0600 Subject: [PATCH 3/3] Update launch.sh to 2.36 --- launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.sh b/launch.sh index 761a518..a9a3823 100644 --- a/launch.sh +++ b/launch.sh @@ -2,8 +2,8 @@ set -x -NEOFORGE_VERSION=21.1.116 -SERVER_VERSION=2.34 +NEOFORGE_VERSION=21.1.119 +SERVER_VERSION=2.36 cd /data if ! [[ "$EULA" = "false" ]]; then