1
0
mirror of https://github.com/gryf/boxpy.git synced 2026-04-26 22:11:25 +02:00

Bump default Debian version to 13

This commit is contained in:
2026-03-25 13:14:57 +01:00
parent cd1dc310c7
commit a75739cee1
+1 -1
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'):