diff --git a/distrobox/containers.ini b/distrobox/containers.ini index 7c55157..3e7ac99 100644 --- a/distrobox/containers.ini +++ b/distrobox/containers.ini @@ -3,9 +3,14 @@ image=docker.io/archlinux/archlinux:latest init=false pull=true root=false -replace=true + +[debian] +image=docker.io/_/debian:latest +init=false +pull=true +root=false [tumbleweed-pkg] -image=registry.opensuse.org/opensuse/distrobox-packaging:20231013 +image=registry.opensuse.org/opensuse/distrobox-packaging:20231225 root=true replace=true