Update podman base container image reference to use fully qualified domain name

This commit is contained in:
Timmy Douglas 2025-10-25 21:28:28 -07:00
parent 8ab0c33942
commit f72faa0829

View File

@ -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,