rebase nextcloud to trixie

This commit is contained in:
thelamer 2025-08-20 12:09:55 -04:00
parent 33654715b6
commit fc3129d2cd
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
ARG REPO
FROM ghcr.io/${REPO}:debian-bookworm AS rootfs
FROM ghcr.io/${REPO}:debian-trixie AS rootfs
ARG REPO
# Install packages
@ -7,6 +7,7 @@ RUN \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
libgpg-error0 \
libopengl0 && \
NEXTCLOUD_VERSION=$(curl -sX GET "https://api.github.com/repos/nextcloud-releases/desktop/releases/latest" \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \