diff --git a/f38-server/Containerfile b/f38-server/Containerfile index a70c6cb..8b17ba4 100644 --- a/f38-server/Containerfile +++ b/f38-server/Containerfile @@ -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