From 271c2d69700497ea3574664087b0b2e800b98d66 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 22 Nov 2019 09:35:14 -0800 Subject: [PATCH] Update FreshRSS to 1.15.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 171f58f..25ef433 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 -ARG VERSION=1.15.2 +ARG VERSION=1.15.3 RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1 RUN mv data data-orig && ln -s /app/data data