From 6831e94d4ec6fd1c3b0423e7037cba4e7cb2b34d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 12 Mar 2020 10:19:06 +0100 Subject: [PATCH] update nextcloud to 17.0.4 --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b58fbb..b863cef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.11 AS builder -ENV NC_VERSION=17.0.0 -ENV NC_SHA256_SUM=6081421b33ecdb3130b2bfb2293a3f4045aeb0b471ee570e675de3d931a142a6 +ENV NC_VERSION=17.0.4 +ENV NC_SHA256_SUM=e61566786dc1ecac06d7236aa458a9b30e395378e3fb0bc68743560b9ead4532 RUN wget https://download.nextcloud.com/server/releases/nextcloud-$NC_VERSION.tar.bz2 RUN echo "$NC_SHA256_SUM nextcloud-$NC_VERSION.tar.bz2" | sha256sum -c - || exit 1 RUN mkdir -p /var/lib/nextcloud @@ -56,8 +56,8 @@ RUN echo "$NOTES_SHA256_SUM notes.tar.gz" | sha256sum -c - || exit 1 RUN mkdir /var/lib/nextcloud/apps/notes RUN tar xzf notes.tar.gz -C /var/lib/nextcloud/apps/notes --strip 1 -ENV NEWS_VERSION=14.0.0 -ENV NEWS_SHA256_SUM=eb284f35a4649b0014a65a530fcff095877e95f7d439df33025f97f9c695df46 +ENV NEWS_VERSION=14.1.3 +ENV NEWS_SHA256_SUM=882874518e21c310416d5239fc3e268612fbcc54210168bf99f53b630cc59eb1 RUN wget https://github.com/nextcloud/news/releases/download/$NEWS_VERSION/news.tar.gz RUN echo "$NEWS_SHA256_SUM news.tar.gz" | sha256sum -c - || exit 1 RUN mkdir /var/lib/nextcloud/apps/news