From c603e55517369ff9034545c2e05d3220ef864c7b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 17 Feb 2022 16:56:26 +0100 Subject: switch to alma --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d52f9a..0f5801a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.centos.org/centos:8 +FROM quay.io/almalinux/almalinux:8 ENV SUMMARY="httpd base" \ DESCRIPTION="base image for httpd s2i images" -- cgit