From 852944cb8f6afc3fe9e7fb0ba4e69c76e76d5598 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 5 Nov 2018 09:42:03 -0800 Subject: [PATCH] Update FreshRSS to 1.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef5fcbf..5f42150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c RUN mkdir -p /app/code WORKDIR /app/code -RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.11.2.tar.gz | tar -zxvf - --strip-components=1 +RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.12.0.tar.gz | tar -zxvf - --strip-components=1 RUN mv data data-orig && ln -s /app/data data