Merge branch 'timmydo/dockerfqdn' into 'master'

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

See merge request redox-os/redox!1663
This commit is contained in:
Jeremy Soller 2025-10-26 09:19:39 -06:00
commit a60e18dafb

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,