Temporarily rolling back to Fedora 38

This commit is contained in:
Ben Radey
2023-11-22 01:23:15 -05:00
parent afd92af1a6
commit 66ac0096af
+2 -1
View File
@@ -10,7 +10,8 @@ WORKDIR /gocryptfs
RUN ./build-without-openssl.bash
# ====== 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