From cbac01e826e0b08739d85cfec6b4bef4ef89ef81 Mon Sep 17 00:00:00 2001 From: Sathi Dyapa <43857965+dyapas@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:26:08 -0500 Subject: [PATCH] updated baseimage to fedora:38 updated baseimage to fedora:38 --- base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Containerfile b/base/Containerfile index f9b1795..64c710a 100644 --- a/base/Containerfile +++ b/base/Containerfile @@ -1,4 +1,4 @@ -FROM fedora:35 +FROM fedora:38 # Adapted from https://github.com/bbrowning/github-runner/blob/master/Dockerfile RUN dnf -y upgrade --security && \