diff --git a/container b/container index 5e0759955..efc00e2a2 100755 --- a/container +++ b/container @@ -131,7 +131,7 @@ from urllib.request import urlopen URLS_AMD64 = { 'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/' - 'amd64/bullseye/freedombox-bullseye-free_all-amd64.img.xz', + 'amd64/bookworm/freedombox-bookworm_all-amd64.img.xz', 'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/' 'amd64/testing/freedombox-testing_dev_all-amd64.img.xz', 'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/' @@ -140,7 +140,7 @@ URLS_AMD64 = { URLS_ARM64 = { 'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/' - 'arm64/bullseye/freedombox-bullseye-free_all-arm64.img.xz', + 'arm64/bookworm/freedombox-bookworm_all-arm64.img.xz', 'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/' 'arm64/testing/freedombox-testing_dev_all-arm64.img.xz', 'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/' @@ -149,7 +149,7 @@ URLS_ARM64 = { URLS = URLS_AMD64 -TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8'] +TRUSTED_KEYS = ['D4B069124FCF43AA1FCD7FBC2ACFC1E15AF82D8C'] KEY_SERVER = 'keyserver.ubuntu.com' PROVISION_SCRIPT = '''