rebase to alpine 3.8

This commit is contained in:
sparklyballs 2018-09-04 11:06:25 +01:00
parent 7edb6b0fb8
commit b785f3b566
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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.