# Build RPMs using docker (or podman)

* Change version in file VERSION in root of the repository
* Build docker image using one of the Dockerfiles in the root of the repository, e.g.
  `docker build -t sems_el10 -f Dockerfile-rhel10 .`
  