Use full URL for Fedora image

This commit is contained in:
Late Night Defender 2024-05-30 09:32:32 +07:00
parent 37cfb786c8
commit b60bee5087

View file

@ -1,4 +1,4 @@
FROM fedora:40
FROM registry.fedoraproject.org/fedora:40
LABEL maintainer="TechTransThai" \
description="Fedora image for BOINC client."
@ -19,5 +19,6 @@ EXPOSE 31416
# Install
RUN dnf install boinc-client -y
RUN dnf clean all
CMD ["start-boinc.sh"]