Containers: use public registry
Some checks failed
/ test (push) Failing after 1s
/ build (push) Has been skipped

This commit is contained in:
phil 2024-12-06 03:16:21 +01:00
parent 23afaa7c82
commit a1a499b370
6 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Build: podman build -t code.philo.ydns.eu/philorg/trixie_python -f Containerfile.trixie_python
FROM debian:trixie-slim
FROM docker.io/library/debian:trixie-slim
RUN <<EOT
apt-get update -qy