From cb0c88a49bb3a7a6955154c11dacf87af8fbd62c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 27 May 2024 16:09:30 +0200 Subject: switch to base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a2500f..cf49752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/almalinuxorg/8-minimal +FROM quay.io/almalinuxorg/8-base ENV SUMMARY="httpd base" \ DESCRIPTION="base image for httpd s2i images" -- cgit