From 646cd2714d03a55fc527b22eafe359aa2eede282 Mon Sep 17 00:00:00 2001 From: Werner Dietl Date: Wed, 11 Dec 2024 09:19:17 -0500 Subject: [PATCH] Use a JDK 19 image from Mike --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ccef720c3d1..c2ccd80ab03 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ jobs: - job: build_jdk pool: vmImage: 'ubuntu-latest' - container: wmdietl/cf-ubuntu-jdk21-plus:latest + container: mdernst/cf-ubuntu-jdk19-plus:latest steps: - bash: | whoami