From 2f7575c0fc2bcc590131661c3f2f142a39896ad4 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sat, 14 Dec 2024 13:40:57 -0500 Subject: [PATCH] Changing thespacebetween to use temurin 21 --- games-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-compose.yml b/games-compose.yml index a850bfd..f75bed7 100644 --- a/games-compose.yml +++ b/games-compose.yml @@ -2,7 +2,7 @@ version: "3" services: thespacebetween: - image: eclipse-temurin:17 + image: eclipse-temurin:21 restart: always ports: - "25565:25565"