From 0ff86c34b22b13d538283160fa1a37184ab03de6 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 8 Dec 2020 21:52:04 -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 \