From d1087afd04e0d9b3e76dc0ac6b71a2dfaef507a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 04:54:37 +0000 Subject: [PATCH] chore(deps): update docker.io/debian docker tag to trixie-20260610 --- containers/ironic-ipxe/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ironic-ipxe/Dockerfile b/containers/ironic-ipxe/Dockerfile index b3b533661..f2e7717cf 100644 --- a/containers/ironic-ipxe/Dockerfile +++ b/containers/ironic-ipxe/Dockerfile @@ -1,5 +1,5 @@ # Build iPXE separately to avoid rebuilding on every Ironic change -FROM docker.io/debian:13 AS ipxe-builder +FROM docker.io/debian:trixie-20260610 AS ipxe-builder # example --build-arg IPXE_FLAGS="DEBUG=tcp:3,xfer:3,netdevice:2,ipv4:2,httpcore:2,httpconn:2" ARG IPXE_FLAGS=""