contrib/packaging/docker/centos8
branchstable
changeset 48739 aeeb54261099
parent 47464 25d36300ba8e
--- a/contrib/packaging/docker/centos8	Wed Feb 09 16:07:50 2022 +0100
+++ b/contrib/packaging/docker/centos8	Mon Feb 14 11:32:03 2022 +0100
@@ -1,4 +1,4 @@
-FROM centos:centos8
+FROM rockylinux/rockylinux:8
 
 RUN groupadd -g %GID% build && \
     useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build