Skip to content

Commit 595bc90

Browse files
committed
Merge branch 'lts' into lts-with-plugins
2 parents 9077c32 + 52d0f8c commit 595bc90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker_run.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ def get_windows_dir():
8484

8585
def get_jagent_java_home():
8686
if "lts-with-plugins" in docker_build.get_current_branch():
87-
return "/home/jagent/tools/jdk-11.0.23+9"
87+
return "/home/jagent/tools/jdk-11.0.24+8"
8888
if "jdk21" in docker_build.get_current_branch():
89-
return "/home/jagent/tools/jdk-21.0.3+9"
89+
return "/home/jagent/tools/jdk-21.0.4+7"
9090
if "weekly" in docker_build.get_current_branch():
91-
return "/home/jagent/tools/jdk-21.0.3+9"
92-
return "/home/jagent/tools/jdk-17.0.11+9"
91+
return "/home/jagent/tools/jdk-21.0.4+7"
92+
return "/home/jagent/tools/jdk-17.0.12+7"
9393

9494
#-----------------------------------------------------------------------
9595

0 commit comments

Comments
 (0)