From d3fd77008e74fa2dc6f5febadd8df3411d6d07dc Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 3 Sep 2020 06:02:17 +0530 Subject: [PATCH] container: Use builds with build-deps included Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- container | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/container b/container index e5ec09b7d..b82276da2 100755 --- a/container +++ b/container @@ -132,10 +132,9 @@ URLS = { 'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/' 'amd64/stable/freedombox-stable-free_buster_all-amd64.img.xz', 'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/' - 'amd64/testing/freedombox-testing-free_latest_all-amd64.img.xz', - 'unstable': - 'https://ftp.freedombox.org/pub/freedombox/hardware/' - 'amd64/nightly/freedombox-unstable-free_dailydebian_all-amd64.img.xz', + 'amd64/testing/freedombox-testing-free_dev_all-amd64.img.xz', + 'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/' + 'amd64/nightly/freedombox-unstable-free_dev_all-amd64.img.xz', } TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']