From d9f194118c97b793c3501bd2a39df12e156ccf1e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 8 Dec 2020 21:50:35 -0600 Subject: [PATCH] ci: Update container image to Fedora 33 --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 54fe1ee..a133ff8 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:28 +FROM fedora:33 RUN dnf install -y \ openssh-clients \