Skip to content

Commit

Permalink
fix(ubuntu): update mapping for 24.04
Browse files Browse the repository at this point in the history
Updates the release name for 24.04 to `noble` which matches what Canonical uses
in their security advisories.

Signed-off-by: Ben Beauregard <ben.beauregard@anchore.com>
  • Loading branch information
bot190 committed May 9, 2024
1 parent 039c6ce commit ee7e8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vunnel/providers/ubuntu/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"kinetic": "22.10",
"lunar": "23.04",
"mantic": "23.10",
"numbat": "24.04",
"noble": "24.04",
}

# driver workspace
Expand Down

0 comments on commit ee7e8aa

Please sign in to comment.