From c7215710430606e3331c611da0d398f181f0f841 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 11 Sep 2022 13:17:54 -0500 Subject: [PATCH] container: Rebase on Fedora 35 Fedora 36 has OpenSSL 3, while the *rust* container image has OpenSSL 1.1. Since Fedora 35 is still supported, and it includes OpenSSL 1.1, we can use it as our base for the runtime image. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6d30ad8..335a048 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM fedora:36 +FROM fedora:35 COPY target/release/dynk8s-provisioner /usr/bin/