···11# this Dockerfile must be built using the following command:
22# docker build -f ../ci/RPM.Dockerfile .
33# this command must be run while in the `rpm` directory in the root of the repo.
44-FROM fedora:37
44+ARG BASE_IMAGE=fedora:37
55+FROM $BASE_IMAGE
56LABEL name=darling-build-image-fedora version=0.1.0
67ARG CI_UID=1111
78ARG CI_GID=1111