chore: sync upstream ATM10 5.5 + NeoForge 21.1.219, update Youer to build 543

- SERVER_VERSION 5.4 -> 5.5
- NEOFORGE_VERSION 21.1.215 -> 21.1.219
- Updated server files download URL (CurseForge file 7558/5734)
- Updated Youer to build 543 (targets NeoForge 21.1.219)
- Dockerfile label updated to 5.5
This commit is contained in:
Kayos 2026-03-05 11:23:39 -08:00
parent 24423efe79
commit 999311f41b
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
FROM eclipse-temurin:21-jdk
LABEL version="5.4"
LABEL version="5.5"
RUN apt-get update && apt-get install -y curl unzip jq && \