From c181738ff18e977e3bba734af01f56a5520926a8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:56:00 +0100 Subject: [PATCH] Update build.json to use latest image tags --- netalertx/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netalertx/build.json b/netalertx/build.json index 2e8a4850e..ca6bd2e86 100644 --- a/netalertx/build.json +++ b/netalertx/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "ghcr.io/jokob-sk/netalertx:25.5.24", - "amd64": "ghcr.io/jokob-sk/netalertx:25.5.24" + "aarch64": "ghcr.io/jokob-sk/netalertx:latest", + "amd64": "ghcr.io/jokob-sk/netalertx:latest" } }