Merge pull request #11 from linuxserver/3.5

rebase to alpine 3.5
This commit is contained in:
j0nnymoe 2017-02-09 13:03:49 +00:00 committed by GitHub
commit 70183adaf7
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine
FROM lsiobase/alpine:3.5
MAINTAINER sparklyballs
# set version label
@ -19,10 +19,8 @@ RUN \
curl \
g++ \
gcc \
go \
tar && \
apk add --no-cache --virtual=build-dependencies2 \
--repository http://nl.alpinelinux.org/alpine/edge/community \
go && \
# compile syncthing
SYNC_TAG=$(curl -sX GET "https://api.github.com/repos/syncthing/syncthing/releases/latest" \
@ -56,8 +54,7 @@ RUN \
# cleanup
apk del --purge \
build-dependencies \
build-dependencies2 && \
build-dependencies && \
rm -rf \
/tmp/*

View File

@ -83,6 +83,7 @@ You can find some of the best documentation available on the web at [docs.syncth
## Versions
+ **08.02.17:** Rebase to alpine 3.5
+ **01.11.16:** Switch to compiling latest version from git source.
+ **14.10.16:** Add version layer information.
+ **30.09.16:** Fix umask.