update(): alpine 3.8

pull/26/head
Hardware 2018-07-07 10:12:49 +02:00
parent 01abf1feb0
commit 5467811faa
No known key found for this signature in database
GPG Key ID: EC6DF6F90263EDEA
1 changed files with 2 additions and 2 deletions

View File

@ -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 <hardware@mondedie.fr>, Magicalex <magicalex@mondedie.fr>"
@ -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 \