From e895f20211fefa9b55a139024aa3652cf667ae1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Fri, 21 Feb 2025 06:35:08 +0100 Subject: [PATCH] Revert to older docker build --- lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index 52de427..c420748 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1467,7 +1467,7 @@ EOF if [ "$(uname -m)" = "aarch64" ]; then wget https://file-store.openmandriva.org/api/v1/file_stores/b435b807ff1b6bc0eabcc5792e9e652b427b438a elif cat /proc/cpuinfo |grep -q AuthenticAMD; then - wget https://file-store.openmandriva.org/api/v1/file_stores/ee39c6e0377f4ed0763bb30965db7c8fc2053c49 + wget https://file-store.openmandriva.org/api/v1/file_stores/142e76f40a398c59aaafa727bdf889fb1511d715 else wget https://file-store.openmandriva.org/api/v1/file_stores/dd69c9573a9c945fdb8dcfdbfc6ba823b914bc24 fi