getting alpine rebase release-ready

This commit is contained in:
sparklyballs 2016-08-11 12:06:33 +01:00
parent 34356e1938
commit 380d2cb1cc
2 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ ENV HOME="/config"
# install packages
RUN \
apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \
syncthing \
syncthing-utils
# add local files
COPY root/ /

View File

@ -61,6 +61,6 @@ You can find some of the best documentation available on the web at [docs.syncth
## Versions
+ **02.07.16:** Rebase to alpine for smaller image size.
+ **11.08.16:** Rebase to alpine linux.
+ **18.12.15:** Initial testing / release (IronicBadger)
+ **24.09.15:** Inital dev complete (Lonix)