Skip to content

Commit

Permalink
fix(updatecli): Switch to Ubuntu Jammy. (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Sep 26, 2024
1 parent eb8be58 commit 9f35807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f35807

Please sign in to comment.