From 261de45cc099ada753f81c25dfc7d0dac7a56599 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Sat, 15 Nov 2025 12:58:35 -0500 Subject: [PATCH] Fixing lenovo image reference --- Containerfile-lenovo-16arh7h | 2 +- Containerfile-supermicro-x10drh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile-lenovo-16arh7h b/Containerfile-lenovo-16arh7h index d2a7303..70b6f09 100644 --- a/Containerfile-lenovo-16arh7h +++ b/Containerfile-lenovo-16arh7h @@ -1,4 +1,4 @@ -FROM ghcr.io/benradey/silverblue-asrock-x570:latest +FROM ghcr.io/benradey/silverblue-images/asrock-x570:latest RUN dnf5 install -y \ dkms \ diff --git a/Containerfile-supermicro-x10drh b/Containerfile-supermicro-x10drh index cf600fb..99aceff 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:43 +FROM quay.io/fedora/fedora-silverblue:42 COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs