Skip to content

Commit 8df36b4

Browse files
committed
bump alpine 3.7
1 parent 1cf26fa commit 8df36b4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM lsiobase/alpine.nginx:3.6
2-
MAINTAINER sparklyballs
1+
FROM lsiobase/alpine.nginx:3.7
32

43
# set version label
54
ARG BUILD_DATE
65
ARG VERSION
76
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
7+
LABEL maintainer="sparklyballs"
88

9-
# install packages
109
RUN \
10+
echo "**** install packages ****" && \
1111
apk add --no-cache \
1212
curl \
1313
imagemagick \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)