Skip to content

Commit

Permalink
feat: default to debian/12/cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed May 5, 2024
1 parent fb46a6c commit 38dbb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/incus-app-container-files/cli/supported-image.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const SUPPORTED_IMAGES = [
"alpine/3.19/cloud",
"ubuntu/24.04/cloud",
"debian/12/cloud",
"ubuntu/24.04/cloud",
"alpine/3.19/cloud",
] as const;

export type SupportedImage = typeof SUPPORTED_IMAGES[number];
Expand Down

0 comments on commit 38dbb48

Please sign in to comment.