1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Upgrade builder image to use Java 17 (#2289)

TESTED=ran nomulus-release on alpha with the new image
This commit is contained in:
Lai Jiang
2024-01-16 17:05:11 -05:00
committed by GitHub
parent 055f9c012c
commit 7a5db3b8fe

View File

@@ -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