File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM alpine:3.10
1+ FROM alpine:3.11
22
3- LABEL description "Rainloop is a simple, modern & fast web-based client" \
4- maintainer="Hardware <contact@meshup.net>"
3+ LABEL description "Rainloop is a simple, modern & fast web-based client"
4+
5+ ARG RAINLOOP_VER=1.14.0
56
67ARG GPG_FINGERPRINT="3B79 7ECE 694F 3B7B 70F3 11A4 ED7C 49D9 87DA 4591"
78
@@ -33,8 +34,9 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.10/community" >> /etc/
3334 php7-ldap@community \
3435 php7-simplexml@community \
3536 && cd /tmp \
36- && wget -q https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip \
37- && wget -q https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip.asc \
37+ && RAINLOOP_ZIP="rainloop-community-${RAINLOOP_VER}.zip" \
38+ && wget -q -O rainloop-community-latest.zip https://github.com/RainLoop/rainloop-webmail/releases/download/v${RAINLOOP_VER}/${RAINLOOP_ZIP} \
39+ && wget -q -O rainloop-community-latest.zip.asc https://github.com/RainLoop/rainloop-webmail/releases/download/v${RAINLOOP_VER}/${RAINLOOP_ZIP}.asc \
3840 && wget -q https://www.rainloop.net/repository/RainLoop.asc \
3941 && gpg --import RainLoop.asc \
4042 && FINGERPRINT="$(LANG=C gpg --verify rainloop-community-latest.zip.asc rainloop-community-latest.zip 2>&1 \
Original file line number Diff line number Diff line change 11# hardware/rainloop
22
3- ![ ] ( https://i.goopics.net/nI.png )
4-
53### What is this ?
64
75Rainloop is a simple, modern & fast web-based client. More details on the [ official website] ( http://www.rainloop.net/ ) .
@@ -51,3 +49,4 @@ rainloop:
5149#### How to setup
5250
5351https://github.com/hardware/mailserver/wiki/Rainloop-initial-configuration
52+
You can’t perform that action at this time.
0 commit comments