From df1ccf7e722e18a3a78a0726ef00da178f1105f7 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 9 Jul 2019 14:11:14 +0200 Subject: [PATCH] tasks module is at version 0.11.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9dede2d..2794685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN echo "$CALENDAR_SHA256_SUM calendar.tar.gz" | sha256sum -c - || exit 1 RUN mkdir /var/lib/nextcloud/apps/calendar RUN tar xzf calendar.tar.gz -C /var/lib/nextcloud/apps/calendar --strip 1 -ENV TASKS_VERSION=v0.11.1 +ENV TASKS_VERSION=v0.11.0 ENV TASKS_SHA256_SUM=e9ac2fdfab87daf2223f930d136102e9af005eee13f2b0b16d30357cc7890af0 RUN wget https://github.com/nextcloud/tasks/releases/download/$TASKS_VERSION/tasks.tar.gz RUN echo "$TASKS_SHA256_SUM tasks.tar.gz" | sha256sum -c - || exit 1