Merge pull request #47 from linuxserver/bump_alpine_3.7

bump alpine 3.7
This commit is contained in:
sparklyballs
2018-01-10 15:32:26 +00:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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.