From b785f3b5667a755d21c2cece84beea1cdf0b7498 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 4 Sep 2018 11:06:25 +0100 Subject: [PATCH] rebase to alpine 3.8 --- Dockerfile | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e87b81..b611573 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 @@ -16,7 +16,6 @@ RUN \ php7-exif \ php7-gd \ php7-imagick \ - php7-mbstring \ php7-mysqli \ php7-mysqlnd \ php7-zip \ diff --git a/README.md b/README.md index 332ee2b..63218ee 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Setup mysql/mariadb and account via the webui, more info at [lychee][appurl]. ## Versions ++ **04.09.18:** Rebase to alpine 3.8. + **08.01.18:** Rebase to alpine 3.7. + **25.05.17:** Rebase to alpine 3.6. + **03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.