Fixing lenovo image reference
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user