From 2d9eb231f44c9ad1476ac9fdaef7050a1e9a7269 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 11 Dec 2020 15:20:05 +0100 Subject: [PATCH] add bullseye to available releases --- dspawn/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspawn/cli.py b/dspawn/cli.py index d9b2f05..99a98c2 100755 --- a/dspawn/cli.py +++ b/dspawn/cli.py @@ -23,7 +23,7 @@ def main(): nargs='*', help='container name(s)') parser.add_argument('-r', '--release', - choices=['stable', 'jessie', 'stretch', 'buster'], + choices=['stable', 'jessie', 'stretch', 'buster', 'bullseye'], default='stable', help='which release model shall we use;' 'dafault: stable')