From 9a5a362f5020b0e9735b464b62727e8cc87e2042 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 5 Sep 2021 11:35:02 -0400 Subject: [PATCH] container: Update stable image for bullseye Signed-off-by: James Valleroy [sunil: Use the bullseye/ directory for more URL stability] Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container b/container index 14ac23f60..c0a945667 100755 --- a/container +++ b/container @@ -130,7 +130,7 @@ from urllib.request import urlopen URLS = { 'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/' - 'amd64/stable/freedombox-stable-free_buster_all-amd64.img.xz', + 'amd64/bullseye/freedombox-bullseye-free_all-amd64.img.xz', 'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/' 'amd64/testing/freedombox-testing-free_dev_all-amd64.img.xz', 'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'