From f72faa082920043514dad3b21bf148f1863ea7e8 Mon Sep 17 00:00:00 2001 From: Timmy Douglas Date: Sat, 25 Oct 2025 21:28:28 -0700 Subject: [PATCH] Update podman base container image reference to use fully qualified domain name --- podman/redox-base-containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index a36b4834..2eef7276 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -1,6 +1,6 @@ # Configuration file to install the recipe dependencies inside the Podman container -FROM debian:trixie +FROM docker.io/library/debian:trixie # _UID_ must be replaced with the user's uid on host # podman root is mapped to your user id on host during build,