From 7a5db3b8fefd72692f19afdbcb9f695577a95652 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Tue, 16 Jan 2024 17:05:11 -0500 Subject: [PATCH] Upgrade builder image to use Java 17 (#2289) TESTED=ran nomulus-release on alpha with the new image --- release/builder/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/builder/build.sh b/release/builder/build.sh index ce30abd56..f031e70a9 100755 --- a/release/builder/build.sh +++ b/release/builder/build.sh @@ -22,7 +22,7 @@ apt-get upgrade -y # Install GPG2 (in case it was not included) apt-get install gnupg2 -y # Install Java -apt-get install openjdk-11-jdk-headless -y +apt-get install openjdk-17-jdk-headless -y # Install Python apt-get install python3 -y # As of March 2021 python3 is at v3.6. Get pip then install dataclasses