From abf273cd6401664af5c3603b96da512e9b5e79a1 Mon Sep 17 00:00:00 2001 From: petruknw Date: Sat, 30 May 2026 10:58:24 +1000 Subject: [PATCH] aurral: sync build.json to 1.76.40 to fix updater bot --- aurral/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aurral/build.json b/aurral/build.json index 27ff6f0394..cfcbec87d9 100644 --- a/aurral/build.json +++ b/aurral/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "ghcr.io/lklynet/aurral:1.76.17", - "amd64": "ghcr.io/lklynet/aurral:1.76.17" + "aarch64": "ghcr.io/lklynet/aurral:1.76.40", + "amd64": "ghcr.io/lklynet/aurral:1.76.40" } }