1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 05:15:12 +00:00

Update FreshRSS to 1.11.2

This commit is contained in:
Girish Ramakrishnan
2018-09-09 18:09:54 -07:00
parent 8a318646c6
commit 2bc2cf8292

View File

@@ -7,7 +7,7 @@ RUN apt-get update \
RUN mkdir -p /app/code
WORKDIR /app/code
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.11.1.tar.gz | tar -zxvf - --strip-components=1
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.11.2.tar.gz | tar -zxvf - --strip-components=1
RUN mv data data-orig && ln -s /app/data data