Skip to content

Commit

Permalink
sl: defaults Debian release to 'bookworm'
Browse files Browse the repository at this point in the history
  • Loading branch information
myhro committed Oct 11, 2023
1 parent 750dfff commit c493e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/sl/[dist].ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function onRequestGet({

switch (params.dist) {
case 'debian':
release = query.get('release') || 'bullseye';
release = query.get('release') || 'bookworm';
body = debian(release);
break;
case 'ubuntu':
Expand Down

0 comments on commit c493e6e

Please sign in to comment.