From fca3d78b06d0881df7a10fd8ab95f71345541484 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Mon, 24 Nov 2025 14:47:14 -0500 Subject: [PATCH] Upgrade server to f43 --- Containerfile-supermicro-x10drh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile-supermicro-x10drh b/Containerfile-supermicro-x10drh index 99aceff..cf600fb 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-silverblue:42 +FROM quay.io/fedora/fedora-silverblue:43 COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs