Make Kythe work with Java 17 (#2293)

TESTED=submitted a GCB job locally and it ran successfully.
This commit is contained in:
Lai Jiang
2024-01-24 13:26:45 -05:00
committed by GitHub
parent 64f5971275
commit 891e7c0174
3 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM gcr.io/distroless/java:debug
FROM gcr.io/distroless/java17-debian11:debug
ADD build/libs/nomulus.jar /nomulus.jar
ENTRYPOINT ["/usr/bin/java", "-jar", "/nomulus.jar"]