Fix download link

This commit is contained in:
Artai Esculta 2025-04-12 17:28:12 +02:00
parent 94ad947217
commit b9baf6a830

View file

@ -40,7 +40,7 @@ RUN addgroup -g ${GID} nextcloud && \
# Download and install Nextcloud
RUN curl -o nextcloud.tar.bz2 -fsSL \
"https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" && \
"https://download.nextcloud.com/server/releases/${NEXTCLOUD_VERSION}.tar.bz2" && \
tar -xjf nextcloud.tar.bz2 -C /var/www/ && \
rm nextcloud.tar.bz2 && \
mkdir -p ${DATA_DIR} && \