From 04cf60ec764559d3de1f877228840b9398c6f6b2 Mon Sep 17 00:00:00 2001 From: peri4 Date: Mon, 15 Sep 2025 22:48:40 +0300 Subject: [PATCH] move buster to /eol --- platforms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms.json b/platforms.json index 37d748d..89d15d5 100644 --- a/platforms.json +++ b/platforms.json @@ -28,7 +28,7 @@ "directory": "astra1.7", "image_basename": "astra1.7", "build_options": { - "image_from": "debian:buster-slim", + "image_from": "debian/eol:buster-slim", "image_prepare_script": "install_apt.sh" } }, @@ -60,7 +60,7 @@ "directory": "linux_desktop", "image_basename": "debian", "build_options": { - "image_from": "debian:buster-slim", + "image_from": "debian/eol:buster-slim", "image_prepare_script": "install_apt.sh" } },