From 380d2cb1cc912ee00ef96a0045ed7d22f65c8f57 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 11 Aug 2016 12:06:33 +0100 Subject: [PATCH] getting alpine rebase release-ready --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f27d92..5654890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ / diff --git a/README.md b/README.md index ab24f8b..1fe5a05 100644 --- a/README.md +++ b/README.md @@ -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)