From 2bc2cf8292b81e861e9c614e0fc5125f673af335 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 9 Sep 2018 18:09:54 -0700 Subject: [PATCH] Update FreshRSS to 1.11.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b466e8..46978f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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