Upgrading to Silverblue 41

This commit is contained in:
Ben Radey
2025-01-26 10:38:04 -05:00
parent 69d46bdc7e
commit 491d7279a8
+1 -2
View File
@@ -10,7 +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:40 FROM quay.io/fedora/fedora-silverblue:41
COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs
@@ -74,7 +74,6 @@ RUN rpm-ostree install \
telnet \ telnet \
vim \ vim \
zrepl-v0.6.0-1.x86_64 \ zrepl-v0.6.0-1.x86_64 \
&& ln -s /usr/bin/netcat /usr/bin/nc \
&& rm -vrf /var && ostree container commit && rm -vrf /var && ostree container commit