Update build.json to use latest image tags

This commit is contained in:
Alexandre
2025-12-18 12:56:00 +01:00
committed by GitHub
parent 2686ea64f8
commit c181738ff1

View File

@@ -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"
}
}