Set tor base image to mainline Fedora, instead of rawhide
All checks were successful
Build images / build-images-arm64 (push) Successful in 21m33s
Build images / build-images-amd64 (push) Successful in 20m4s
Build images / update-images-manifests (push) Successful in 27s

This commit is contained in:
Maciej Lebiest 2024-04-07 20:42:08 +02:00
parent 4974581fc6
commit fd292f1e4d

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-minimal:rawhide
FROM registry.fedoraproject.org/fedora-minimal
RUN dnf5 install -y tor nyx util-linux && \
dnf5 clean all