bump alpine 3.7

This commit is contained in:
sparklyballs
2018-01-10 11:16:55 +00:00
parent 8fc46f45ec
commit 227da52355
2 changed files with 5 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
FROM lsiobase/alpine:3.6 FROM lsiobase/alpine:3.7
MAINTAINER sparklyballs
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="sparklyballs"
# install packages
RUN \ RUN \
echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
jq \ jq \
@@ -20,7 +20,7 @@ RUN \
unrar \ unrar \
unzip unzip
# copy local files # copy local files
COPY root/ / COPY root/ /
# ports and volumes # ports and volumes

View File

@@ -104,6 +104,7 @@ The automatic update will run once a day at 3am local server time.
## Versions ## Versions
+ **10.01.18:** Rebase to alpine linux 3.7.
+ **25.07.17:** Add rsync package. + **25.07.17:** Add rsync package.
+ **27.05.17:** Rebase to alpine linux 3.6. + **27.05.17:** Rebase to alpine linux 3.6.
+ **06.02.17:** Rebase to alpine linux 3.5. + **06.02.17:** Rebase to alpine linux 3.5.