diff --git a/f38-server/Containerfile b/f38-server/Containerfile index 6b4a4ae..ff87a9d 100644 --- a/f38-server/Containerfile +++ b/f38-server/Containerfile @@ -10,7 +10,7 @@ WORKDIR /gocryptfs RUN ./build-without-openssl.bash # ====== Stage 2: Server image ====== -FROM quay.io/fedora/fedora-silverblue:41 +FROM quay.io/fedora/fedora-silverblue:42 COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs