tasks module is at version 0.11.0
This commit is contained in:
parent
7cff989f9f
commit
df1ccf7e72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user