From ae24d8a810bd6ffc5ae308361dbc925e7334a214 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 8 Feb 2025 11:20:47 -0600 Subject: [PATCH] container: Rebase on dch-base --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 4439242..e1af10a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora-minimal:39 AS build +FROM git.pyrocufflink.net/containerimages/dch-base AS build RUN --mount=type=cache,target=/var/cache \ microdnf install -y \ @@ -16,7 +16,7 @@ WORKDIR /tmp/build RUN python3 -m pip wheel -w dist . -FROM registry.fedoraproject.org/fedora-minimal:39 +FROM git.pyrocufflink.net/containerimages/dch-base RUN --mount=type=cache,target=/var/cache \ microdnf install -y \