From ae8c03a98ab4aa69eecd16c73cd475139839816c Mon Sep 17 00:00:00 2001 From: JoaoPC Date: Sat, 28 Feb 2026 21:41:18 -0300 Subject: [PATCH] =?UTF-8?q?altera=20a=20imagem=20base=20do=20servidor=20Mi?= =?UTF-8?q?necraft=20para=20a=20vers=C3=A3o=20java21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95789f4..cb8e581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM itzg/minecraft-server:latest +FROM itzg/minecraft-server:java21 ENV EULA=TRUE ENV TYPE=NEOFORGE