Merge "Debian: Switch to Debian 12 (Bookworm)"

This commit is contained in:
Zuul 2023-11-09 16:56:15 +00:00 committed by Gerrit Code Review
commit 7d60ef33c6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module OSDefaults
{ 'operatingsystem' => 'Ubuntu',
'operatingsystemrelease' => [ '22.04' ] },
{ 'operatingsystem' => 'Debian',
'operatingsystemrelease' => [ '11' ] }
'operatingsystemrelease' => [ '12' ] }
]
end
end