Fixing lenovo image reference

This commit is contained in:
Ben Radey
2025-11-15 12:58:35 -05:00
parent b51aeca341
commit 261de45cc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 \ RUN dnf5 install -y \
dkms \ dkms \
+1 -1
View File
@@ -10,7 +10,7 @@ WORKDIR /gocryptfs
RUN ./build-without-openssl.bash RUN ./build-without-openssl.bash
# ====== Stage 2: Server image ====== # ====== 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 COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs