From 41fcd1ac9d3804e5b3b1844a1b82b986a232fd50 Mon Sep 17 00:00:00 2001 From: eldar Date: Mon, 1 Jun 2026 22:52:44 +0200 Subject: [PATCH] Update mcxboxbroadcast/Dockerfile --- mcxboxbroadcast/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcxboxbroadcast/Dockerfile b/mcxboxbroadcast/Dockerfile index b1cf005..c38cb25 100644 --- a/mcxboxbroadcast/Dockerfile +++ b/mcxboxbroadcast/Dockerfile @@ -1,5 +1,5 @@ # Use a base image with Java installed -FROM openjdk:17-jdk +FROM eclipse-temurin:17-jdk-ubi10-minimal WORKDIR /app