release: Make appimage and docker versions based on ubuntu jammy

This commit is contained in:
Andrew Hamilton 2022-04-24 14:56:18 +10:00
parent d2bd9eb496
commit 4141b6d06c
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ def run_in_container(container, command):
def build_ubuntu():
cmd("sudo debootstrap --components=main,restricted,universe,multiverse "
"impish ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
"jammy ubuntu.part http://au.archive.ubuntu.com/ubuntu/")
run_in_container("ubuntu.part", "ln -sf /lib/systemd/resolv.conf /etc/resolv.conf")
os.rename("ubuntu.part", "ubuntu")