From 227da52355214ee641d5d0a88786f777a9e9970b Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Wed, 10 Jan 2018 11:16:55 +0000 Subject: [PATCH] bump alpine 3.7 --- Dockerfile | 8 ++++---- README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea70164..44abb10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ -FROM lsiobase/alpine:3.6 -MAINTAINER sparklyballs +FROM lsiobase/alpine:3.7 # set version label ARG BUILD_DATE ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" +LABEL maintainer="sparklyballs" -# install packages RUN \ + echo "**** install packages ****" && \ apk add --no-cache \ curl \ jq \ @@ -20,7 +20,7 @@ RUN \ unrar \ unzip -# copy local files +# copy local files COPY root/ / # ports and volumes diff --git a/README.md b/README.md index f2459b7..4e1cdbd 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ The automatic update will run once a day at 3am local server time. ## Versions ++ **10.01.18:** Rebase to alpine linux 3.7. + **25.07.17:** Add rsync package. + **27.05.17:** Rebase to alpine linux 3.6. + **06.02.17:** Rebase to alpine linux 3.5.