From 07979e38cb45732c948d9d743bfc480ba61fe0be Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 5 Jun 2026 14:01:31 +0200 Subject: [PATCH] chore(update): upgrade base image to debian 13 --- README.md | 2 +- src/cmlxc/container.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b13908..599ebfb 100644 --- a/README.md +++ b/README.md @@ -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", diff --git a/src/cmlxc/container.py b/src/cmlxc/container.py index a5817e7..149c454 100644 --- a/src/cmlxc/container.py +++ b/src/cmlxc/container.py @@ -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