From 3a9a3c1e33ab913a824cbaadf1eb3968bb335529 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 27 Feb 2023 13:45:00 -0800 Subject: [PATCH] Upgrade 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 211e6eeb..8ad5395d 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -1,5 +1,5 @@ # Java (JDK) versions -java.main.tag=17.0.2_8-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}