summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibexec/container/info4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/container/info b/libexec/container/info
index 68666bb..0888cc8 100755
--- a/libexec/container/info
+++ b/libexec/container/info
@@ -167,6 +167,10 @@ case "${VERSION_BASH}" in
OS="Debian 11 (bullseye)"
;;
+ 5.2*)
+ OS="Debian 12 (bookworm)"
+ ;;
+
*)
OS="n/a"
;;