Skip to content

Commit 7bc3a28

Browse files
authored
update alpine version to 3.13 and upgrade rainloop to 1.15.0 (#3)
* update alpine version to 3.13 and upgrade rainloop to 1.15.0 * change old hardware links to mailserver2
1 parent 76f5a55 commit 7bc3a28

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM alpine:3.11
1+
FROM alpine:3.13
22

33
LABEL description "Rainloop is a simple, modern & fast web-based client"
44

5-
ARG RAINLOOP_VER=1.14.0
5+
ARG RAINLOOP_VER=1.15.0
66

77
ARG GPG_FINGERPRINT="3B79 7ECE 694F 3B7B 70F3 11A4 ED7C 49D9 87DA 4591"
88

99
ENV UID=991 GID=991 UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M
1010

11-
RUN echo "@community https://nl.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories \
11+
RUN echo "@community https://nl.alpinelinux.org/alpine/v3.13/community" >> /etc/apk/repositories \
1212
&& apk -U upgrade \
1313
&& apk add -t build-dependencies \
1414
gnupg \

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hardware/rainloop
1+
# mailserver2/rainloop
22

33
![](https://i.goopics.net/nI.png)
44

@@ -37,10 +37,10 @@ Rainloop is a simple, modern & fast web-based client. More details on the [offic
3737

3838
```yml
3939
# Full example :
40-
# https://github.com/hardware/mailserver/blob/master/docker-compose.sample.yml
40+
# https://github.com/mailserver2/mailserver/blob/master/docker-compose.sample.yml
4141

4242
rainloop:
43-
image: hardware/rainloop
43+
image: mailserver2/rainloop
4444
container_name: rainloop
4545
volumes:
4646
- /mnt/docker/rainloop:/rainloop/data
@@ -50,5 +50,4 @@ rainloop:
5050
5151
#### How to setup
5252
53-
https://github.com/hardware/mailserver/wiki/Rainloop-initial-configuration
54-
53+
https://github.com/mailserver2/mailserver/wiki/Rainloop-initial-configuration

0 commit comments

Comments
 (0)