Sfoglia il codice sorgente

rebase to alpine 3.8

sparklyballs 6 anni fa
parent
commit
71552bd59c
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 2 2
      Dockerfile
  2. 1 0
      README.md

+ 2 - 2
Dockerfile

@@ -1,4 +1,4 @@
-FROM lsiobase/alpine.nginx:3.7
+FROM lsiobase/alpine.nginx:3.8
 
 # set version label
 ARG BUILD_DATE
@@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
 LABEL maintainer="sparklyballs"
 
 RUN \
- echo "**** install packages ****" && \
+ echo "**** install runtime packages ****" && \
  apk add --no-cache \
 	ffmpeg \
 	imagemagick \

+ 1 - 0
README.md

@@ -82,6 +82,7 @@ On first run create an admin account, any folder and its subfolders that you map
 
 ## Versions
 
++ **05.09.18:** Rebase to alpine 3.8.
 + **07.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.