From 0fb22b979ba83ba22b0c76615d419afe538cfe00 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 21 Jun 2022 20:15:41 -0700 Subject: [PATCH] Upgrade to Eclipse Temurin JDK 17.0.3_7 (Docker Container Image) used in the Jenkins CI env. --- ci/pipeline.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.properties b/ci/pipeline.properties index 1cf669e..639aba1 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.3_7-jdk # Docker Container Images docker.container.image.java.main=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}