We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e9930 commit ff22a66Copy full SHA for ff22a66
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.8
+FROM alpine:3.10
2
3
LABEL description "Rainloop is a simple, modern & fast web-based client" \
4
maintainer="Hardware <contact@meshup.net>"
@@ -7,7 +7,7 @@ ARG GPG_FINGERPRINT="3B79 7ECE 694F 3B7B 70F3 11A4 ED7C 49D9 87DA 4591"
7
8
ENV UID=991 GID=991 UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M
9
10
-RUN echo "@community https://nl.alpinelinux.org/alpine/v3.8/community" >> /etc/apk/repositories \
+RUN echo "@community https://nl.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories \
11
&& apk -U upgrade \
12
&& apk add -t build-dependencies \
13
gnupg \
0 commit comments