Apply updates for RHEL8

Official link for RHEL8 package updates: https://access.redhat.com/articles/11258#rhel8

# Below command will the OS
dnf update

# To update a specific package, such as jenkins, use the following command:
dnf update jenkins
Scroll to Top