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