From e9750e81f30574700c6afee1eebf7987f853d1b8 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 25 May 2017 10:44:36 +0100 Subject: [PATCH] bump to alpine 3.6 --- Dockerfile | 7 +------ README.md | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a67c2a..f80ffee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 2f6cc3c..10d9ce7 100644 --- a/README.md +++ b/README.md @@ -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.