correctly name email app version

This commit is contained in:
Sebastian Hugentobler 2020-06-03 17:04:36 +00:00
parent 04926ce0f2
commit 7628d242ae

View File

@ -63,7 +63,7 @@ RUN echo "$NEWS_SHA256_SUM news.tar.gz" | sha256sum -c - || exit 1
RUN mkdir /var/lib/nextcloud/apps/news RUN mkdir /var/lib/nextcloud/apps/news
RUN tar xzf news.tar.gz -C /var/lib/nextcloud/apps/news --strip 1 RUN tar xzf news.tar.gz -C /var/lib/nextcloud/apps/news --strip 1
ENV EMAIL_VERSION=1.3.5 ENV EMAIL_VERSION=v1.3.5
ENV EMAIL_SHA256_SUM=830098607448ff94e401eb7d408133b62caf259296bab1dd743095aea52f9358 ENV EMAIL_SHA256_SUM=830098607448ff94e401eb7d408133b62caf259296bab1dd743095aea52f9358
RUN wget https://github.com/nextcloud/mail/releases/download/$EMAIL_VERSION/mail.tar.gz RUN wget https://github.com/nextcloud/mail/releases/download/$EMAIL_VERSION/mail.tar.gz
RUN echo "$EMAIL_SHA256_SUM mail.tar.gz" | sha256sum -c - || exit 1 RUN echo "$EMAIL_SHA256_SUM mail.tar.gz" | sha256sum -c - || exit 1