Merge pull request #18 from linuxserver/3.6

bump to alpine 3.6
This commit is contained in:
j0nnymoe 2017-05-25 22:38:47 +01:00 committed by GitHub
commit dbca55b049
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine.nginx:3.5
FROM lsiobase/alpine.nginx:3.6
MAINTAINER chbmb
# set version label
@ -14,11 +14,6 @@ RUN \
# install runtime packages
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/main \
icu-libs \
libwebp && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \
php7-dom \
php7-gd \
php7-intl \

View File

@ -110,6 +110,7 @@ Unlike other implementations of COPS in a docker container, the linuxserver ver
## Versions
+ **25.05.17:** Rebase to alpine linux nginx 3.6.
+ **03.04.17:** Add composer packages, reduce layers.
+ **02.04.17:** Updated to version 1.1.0.
+ **05.02.17:** Updated to Alpine 3.5 & PHP7.