Update FreshRSS to 1.11.0

This commit is contained in:
Girish Ramakrishnan 2018-09-08 16:39:52 -07:00
parent e21660b91e
commit 8a3030ac83
1 changed files with 1 additions and 1 deletions

View File

@ -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/d56d8f31bd0e1f73e91ab9130a25fa0121cfd086.tar.gz | tar -zxvf - --strip-components=1
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.11.0.tar.gz | tar -zxvf - --strip-components=1
RUN mv data data-orig && ln -s /app/data data