From 9f35807f7631a5965aaf37dd862ae5f11641bca8 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Thu, 26 Sep 2024 09:41:06 +0200 Subject: [PATCH] fix(updatecli): Switch to Ubuntu Jammy. (#276) --- updatecli/updatecli.d/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli/updatecli.d/maven.yaml b/updatecli/updatecli.d/maven.yaml index 82de3c45..98a0e283 100644 --- a/updatecli/updatecli.d/maven.yaml +++ b/updatecli/updatecli.d/maven.yaml @@ -56,7 +56,7 @@ targets: keyword: "FROM" # The Dockerfile instruction to target. matcher: "maven" # The specific Docker image to update with the new Maven version. transformers: - - addsuffix: "-eclipse-temurin-21" # Add the suffix to the Maven version. + - addsuffix: "-eclipse-temurin-21-jammy" # Add the suffix to the Maven version. scmid: default # Use the default SCM configuration. # Define the actions to take after the targets are updated.