Skip to content

Commit ff22a66

Browse files
committed
update(): alpine 3.10
1 parent 30e9930 commit ff22a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.10
22

33
LABEL description "Rainloop is a simple, modern & fast web-based client" \
44
maintainer="Hardware <contact@meshup.net>"
@@ -7,7 +7,7 @@ ARG GPG_FINGERPRINT="3B79 7ECE 694F 3B7B 70F3 11A4 ED7C 49D9 87DA 4591"
77

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

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

0 commit comments

Comments
 (0)