From 3204b87ca38e66b25c6dc5d79b3225fe29934064 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 27 Feb 2023 13:42:14 -0800 Subject: [PATCH] Upgrade the Jenkins CI/CD build pipeline to Temurin JDK 17.0.6_10-focal. --- ci/pipeline.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.properties b/ci/pipeline.properties index 639aba1..a983af7 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -1,5 +1,5 @@ # Java (JDK) versions -java.main.tag=17.0.3_7-jdk +java.main.tag=17.0.6_10-jdk-focal # Docker Container Images docker.container.image.java.main=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}