From 5467811faa8e622d50940109a8f2450000c0943f Mon Sep 17 00:00:00 2001 From: Hardware Date: Sat, 7 Jul 2018 10:12:49 +0200 Subject: [PATCH] update(): alpine 3.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40613dd..50f11ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.8 LABEL description "Next-generation forum software that makes online discussion fun" \ maintainer="Hardware , Magicalex " @@ -11,7 +11,7 @@ ENV GID=991 \ PHP_MEMORY_LIMIT=128M \ OPCACHE_MEMORY_LIMIT=128 -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 add -U \ nginx \ s6 \