Re-upgrading to Fedora 39

This commit is contained in:
Ben Radey
2023-11-22 12:06:28 -05:00
parent f7b236d50a
commit d46abcc8bf
+1 -2
View File
@@ -10,8 +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:39 FROM quay.io/fedora/fedora-silverblue:39
FROM ghcr.io/cgwalters/fedora-silverblue:38
COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs