From 0ee4d78ffee2ba31187779647cb4f09e2300b3ac Mon Sep 17 00:00:00 2001 From: ewelinagr Date: Tue, 3 Dec 2024 10:02:17 +0100 Subject: [PATCH] Upgrade docker images to openjdk:24. --- projects/pluto/Dockerfile | 2 +- projects/saturn/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/pluto/Dockerfile b/projects/pluto/Dockerfile index 1b6606ced..7b4708d23 100644 --- a/projects/pluto/Dockerfile +++ b/projects/pluto/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:21 +FROM openjdk:24 ADD build/distributions/pluto-boot-*.tar /opt/ # Requires the contents of ../mercury/build to be copied to build/mercury diff --git a/projects/saturn/Dockerfile b/projects/saturn/Dockerfile index 74036710a..15f27af07 100644 --- a/projects/saturn/Dockerfile +++ b/projects/saturn/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:21 +FROM openjdk:24 ADD build/distributions/*.tar /opt/