update contacts to 3.0.2
This commit is contained in:
parent
4b52cb9065
commit
d6ec340a9a
@ -28,8 +28,8 @@ RUN echo "$POLLS_SHA256_SUM polls.tar.gz" | sha256sum -c - || exit 1
|
|||||||
RUN mkdir /var/lib/nextcloud/apps/polls
|
RUN mkdir /var/lib/nextcloud/apps/polls
|
||||||
RUN tar xzf polls.tar.gz -C /var/lib/nextcloud/apps/polls --strip 1
|
RUN tar xzf polls.tar.gz -C /var/lib/nextcloud/apps/polls --strip 1
|
||||||
|
|
||||||
ENV CONTACTS_VERSION=v3.1.6
|
ENV CONTACTS_VERSION=v3.2.0
|
||||||
ENV CONTACTS_SHA256_SUM=c82118781b52a6d4455745413ee64ccf642a82667bed899e174e3bba3f6f67cd
|
ENV CONTACTS_SHA256_SUM=ff982162430c7a0b1295dfc6df733d7967426342be0019140c8827e2a3183865
|
||||||
RUN wget https://github.com/nextcloud/contacts/releases/download/$CONTACTS_VERSION/contacts.tar.gz
|
RUN wget https://github.com/nextcloud/contacts/releases/download/$CONTACTS_VERSION/contacts.tar.gz
|
||||||
RUN echo "$CONTACTS_SHA256_SUM contacts.tar.gz" | sha256sum -c - || exit 1
|
RUN echo "$CONTACTS_SHA256_SUM contacts.tar.gz" | sha256sum -c - || exit 1
|
||||||
RUN mkdir /var/lib/nextcloud/apps/contacts
|
RUN mkdir /var/lib/nextcloud/apps/contacts
|
||||||
|
Loading…
Reference in New Issue
Block a user