diff --git a/cookbook b/cookbook index e686d5c79..8851a304e 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit e686d5c79279b157104ca58f618bc7b8a314b6a0 +Subproject commit 8851a304e6710b953b4974bd714fdce4411e2e50 diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index a36b48349..2eef72761 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,