File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM lsiobase/alpine.nginx:3.6
2- MAINTAINER sparklyballs
1+ FROM lsiobase/alpine.nginx:3.7
32
43# set version label
54ARG BUILD_DATE
65ARG VERSION
76LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
7+ LABEL maintainer="sparklyballs"
88
9- # install packages
109RUN \
10+ echo "**** install packages ****" && \
1111 apk add --no-cache \
1212 curl \
1313 imagemagick \
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ The easiest way to edit the configuration file is to enable local files editor f
8585
8686## Versions
8787
88+ + ** 25.01.18:** Rebase to alpine linux 3.7.
8889+ ** 25.05.17:** Rebase to alpine linux 3.6.
8990+ ** 03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
9091+ ** 20.04.17:** Add php7-exif package, thanks iiska
You can’t perform that action at this time.
0 commit comments