From c0f35a5aca24442c79b5d0bd8f43e317b29b0853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cturbobadger=E2=80=9D?= Date: Wed, 17 Sep 2025 03:24:08 -0400 Subject: [PATCH] fix(ci): use stable ubuntu/bind9 tag instead of edge - Replace 9.18-24.04_edge with 9.18-22.04_lts to fix container scan failures - The edge tag was causing CI failures due to instability --- .github/workflows/container-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-security.yml b/.github/workflows/container-security.yml index 76ad932..44ceb50 100644 --- a/.github/workflows/container-security.yml +++ b/.github/workflows/container-security.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: image: - - "ubuntu/bind9:9.18-24.04_edge" + - "ubuntu/bind9:9.18-22.04_lts" - "pihole/pihole:2024.07.0" - "mvance/unbound:1.21.1" - "traefik:v3.1"