From 9c5f93dd0fcc05b03d6ef6fc78c7692e8e215bc2 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 6 Jul 2018 15:00:58 +0000 Subject: [PATCH] chore(): update to alpine 3.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2072839..e58229c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.8 LABEL description "Rainloop is a simple, modern & fast web-based client" \ maintainer="Hardware " @@ -7,7 +7,7 @@ ARG GPG_FINGERPRINT="3B79 7ECE 694F 3B7B 70F3 11A4 ED7C 49D9 87DA 4591" ENV UID=991 GID=991 UPLOAD_MAX_SIZE=25M LOG_TO_STDOUT=false MEMORY_LIMIT=128M -RUN echo "@community https://nl.alpinelinux.org/alpine/v3.7/community" >> /etc/apk/repositories \ +RUN echo "@community https://nl.alpinelinux.org/alpine/v3.8/community" >> /etc/apk/repositories \ && apk -U upgrade \ && apk add -t build-dependencies \ gnupg \