From f22fe35df8a8030e7fc5910743b7ff82bc3ed605 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Fri, 18 Jul 2025 12:19:16 -0400 Subject: [PATCH] Updating to silverblue 42 --- f38-server/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f38-server/Containerfile b/f38-server/Containerfile index f787e73..0bf352a 100644 --- a/f38-server/Containerfile +++ b/f38-server/Containerfile @@ -10,12 +10,12 @@ WORKDIR /gocryptfs RUN ./build-without-openssl.bash # ====== Stage 2: Server image ====== -FROM quay.io/fedora/fedora-silverblue:41 +FROM quay.io/fedora/fedora-silverblue:42 COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs # Install ZFS repository -RUN rpm-ostree install https://github.com/zfsonlinux/zfsonlinux.github.com/raw/master/fedora/zfs-release-2-6$(rpm --eval "%{dist}").noarch.rpm && \ +RUN rpm-ostree install https://github.com/zfsonlinux/zfsonlinux.github.com/raw/master/fedora/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm && \ # cleanup and verification stage rm -vrf /var /*.rpm && \ ostree container commit