1
0
mirror of https://github.com/gryf/boxpy.git synced 2026-03-25 23:03:33 +01:00

1 Commits

Author SHA1 Message Date
a75739cee1 Bump default Debian version to 13 2026-03-25 13:14:57 +01:00

2
box.py
View File

@@ -1258,7 +1258,7 @@ DISTROS = {'ubuntu': {'username': 'ubuntu',
'realname': 'debian',
'img_class': Debian,
'amd64': 'amd64',
'default_version': '12'}}
'default_version': '13'}}
def get_image_object(vbox, version, image='ubuntu', arch='amd64'):