From 76cb7c79588743e403900137d2bc794c5ea4cc9e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 11 Jul 2024 20:18:05 -0500 Subject: [PATCH] container: Rebase on dch-base --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index a5c05be..61ed00f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora-minimal:38 AS build +FROM git.pyrocufflink.net/containerimages/dch-base AS build RUN --mount=type=cache,target=/var/cache \ microdnf install -y \ @@ -22,7 +22,7 @@ COPY . /src RUN python3 -m pip wheel -w /wheels /src -FROM registry.fedoraproject.org/fedora-minimal:38 +FROM git.pyrocufflink.net/containerimages/dch-base RUN --mount=type=cache,target=/var/cache \ microdnf install -y \