From 5e479d49364264475e81c2bb6de6709888c8702a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 31 May 2018 14:31:36 -0700 Subject: [PATCH] Update the commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d651803..e796c4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # contains fix for extensions_path (see #2) -RUN curl -L https://github.com/cloudron-io/FreshRSS/archive/2c7c367a5b38870e3250b1359ead3c2665410f89.tar.gz | tar -zxvf - --strip-components=1 +RUN curl -L https://github.com/cloudron-io/FreshRSS/archive/d56d8f31bd0e1f73e91ab9130a25fa0121cfd086.tar.gz | tar -zxvf - --strip-components=1 RUN mv data data-orig && ln -s /app/data data