diff --git a/game/Dockerfile b/game/Dockerfile index a1a2e25..7139c48 100644 --- a/game/Dockerfile +++ b/game/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/eclipse-temurin:24-jdk-alpine +FROM docker.io/eclipse-temurin:25-jdk-alpine LABEL maintainer="theEvilReaper" LABEL description="Docker container for the Cygnus game" LABEL type="Microtus" diff --git a/setup/Dockerfile b/setup/Dockerfile index ce8a40a..eaf7995 100644 --- a/setup/Dockerfile +++ b/setup/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/eclipse-temurin:24-jdk-alpine +FROM docker.io/eclipse-temurin:25-jdk-alpine LABEL maintainer="theEvilReaper" LABEL description="Docker container for the Cygnus setup" LABEL type="Microtus"