From d063eddbaf513793359c2d531ac836e934053c86 Mon Sep 17 00:00:00 2001 From: Edgar Hipp Date: Fri, 6 Jan 2017 09:42:54 +0100 Subject: [PATCH] Handle upgrades from 0.14.9 to newer versions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 915677a..bb9f9dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN chmod +x /start.sh && \ go run build.go && \ mkdir -p /go/bin && \ mv bin/syncthing /go/bin/syncthing && \ - chown syncthing:syncthing /go/bin/syncthing && \ + chown syncthing:syncthing /go/bin -R && \ # install xmlstarlet (used by start.sh script) curl -sSL -o /tmp/xmlstarlet.apk https://github.com/menski/alpine-pkg-xmlstarlet/releases/download/${XMLSTARLET_VERSION}/xmlstarlet-${XMLSTARLET_VERSION}.apk && \