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.