update calendar to 2.0.2
This commit is contained in:
parent
d6ec340a9a
commit
607fbb0f0e
@ -35,8 +35,8 @@ RUN echo "$CONTACTS_SHA256_SUM contacts.tar.gz" | sha256sum -c - || exit 1
|
||||
RUN mkdir /var/lib/nextcloud/apps/contacts
|
||||
RUN tar xzf contacts.tar.gz -C /var/lib/nextcloud/apps/contacts --strip 1
|
||||
|
||||
ENV CALENDAR_VERSION=v1.7.1
|
||||
ENV CALENDAR_SHA256_SUM=dfb995d30938b6f119216b0d42d90cf320107af859ad9d8aea6fba03fbbeb1b4
|
||||
ENV CALENDAR_VERSION=v2.0.2
|
||||
ENV CALENDAR_SHA256_SUM=b2599d581ccd14452b2dce3ce3ca8d5ed431a8be552552419d01113e780c8c58
|
||||
RUN wget https://github.com/nextcloud/calendar/releases/download/$CALENDAR_VERSION/calendar.tar.gz
|
||||
RUN echo "$CALENDAR_SHA256_SUM calendar.tar.gz" | sha256sum -c - || exit 1
|
||||
RUN mkdir /var/lib/nextcloud/apps/calendar
|
||||
|
Loading…
Reference in New Issue
Block a user