Skip to content

Commit 1159ee2

Browse files
committed
updating software version(s)
1 parent ff22a66 commit 1159ee2

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

67
ARG 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 \

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# hardware/rainloop
22

3-
![](https://i.goopics.net/nI.png)
4-
53
### What is this ?
64

75
Rainloop 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
5351
https://github.com/hardware/mailserver/wiki/Rainloop-initial-configuration
52+

0 commit comments

Comments
 (0)