From 0738f55745f9b8acdff003bc2f8590976bb17ea4 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Mon, 24 Nov 2025 16:39:23 -0500 Subject: [PATCH] Rolling back switch to bootc --- Containerfile-supermicro-x10drh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile-supermicro-x10drh b/Containerfile-supermicro-x10drh index 4737d4d..3a3e3ef 100644 --- a/Containerfile-supermicro-x10drh +++ b/Containerfile-supermicro-x10drh @@ -10,7 +10,7 @@ WORKDIR /gocryptfs RUN ./build-without-openssl.bash # ====== Stage 2: Server image ====== -FROM quay.io/fedora/fedora-bootc:43 +FROM quay.io/fedora/fedora-silverblue:43 COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs