From 1a9354f9bd8ff9b1f9d13fb4e2145ef9832d57f9 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:52:45 -0400 Subject: [PATCH] set base image --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index dcfbbd1..1219550 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,4 @@ -ARG BASE_IMAGE -ARG IMAGE_VERSION -FROM ${BASE_IMAGE}:${IMAGE_VERSION} +FROM registry.fedoraproject.org/fedora:39 ARG VERSION=39