From 882d0129caf3db622d4a13dd65003662d4addefa Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 19 Feb 2025 15:46:38 +0100 Subject: [PATCH] support/docker/apt-sources.list: move to 20250218 snapshot With the TARGETPLATFORM fix we need to rebuild the container so move to the latest snapshot to get updated (security) fixes. Signed-off-by: Peter Korsgaard --- support/docker/apt-sources.list | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/support/docker/apt-sources.list b/support/docker/apt-sources.list index ddbe15eed8..d6fbf85270 100644 --- a/support/docker/apt-sources.list +++ b/support/docker/apt-sources.list @@ -1,4 +1,4 @@ -# Latest just before 20250205151400Z: -deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20250205T145632Z/ bookworm main -deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20250205T145632Z/ bookworm-security main -deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20250205T145632Z/ bookworm-updates main +# Latest just before 20250218211000Z: +deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20250218T144938Z/ bookworm main +deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20250218T144938Z/ bookworm-security main +deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20250218T144938Z/ bookworm-updates main