From 002dff07eafc70e84db60dd56d564f586758f675 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Wed, 5 Sep 2018 18:22:37 +0100 Subject: [PATCH] rebase to alpine 3.8 --- Dockerfile | 4 +--- README.md | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05ab903..fd3b2da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine.nginx:3.7 +FROM lsiobase/alpine.nginx:3.8 # set version label ARG BUILD_DATE @@ -40,7 +40,6 @@ RUN \ php7-imap \ php7-intl \ php7-ldap \ - php7-mbstring \ php7-mcrypt \ php7-memcached \ php7-opcache \ @@ -52,7 +51,6 @@ RUN \ php7-posix \ php7-redis \ php7-sqlite3 \ - php7-xml \ php7-xmlreader \ php7-zip \ samba \ diff --git a/README.md b/README.md index 7772947..f472e22 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ If updating to nextcloud 12 you will need to comment out line `add_header X-Fram ## Versions ++ **05.09.18:** Rebase to alpine 3.8. + **11.06.18:** Use latest rather than specific version for initial install. + **26.04.18:** Bump default install to 13.0.1. + **06.02.18:** Bump default install to 13.0.0.