Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ as containers can run with user privileges.

You can verify your incus installation like this:

incus launch images:debian/12 local-my-setup
incus launch images:debian/13 local-my-setup

If this command fails, please check the incus documentation.
If you get an error about "Failed instance creation",
Expand Down
2 changes: 1 addition & 1 deletion src/cmlxc/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
DOMAIN_SUFFIX = ".localchat"

# Image names
UPSTREAM_IMAGE = "images:debian/12"
UPSTREAM_IMAGE = "images:debian/13"
BASE_IMAGE_ALIAS = "localchat-base"

# Builder container
Expand Down