From 42bdf28afa7a15d40c796c0d82db71a861db26e7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 4 Feb 2022 10:25:23 -0800 Subject: [PATCH] Update FreshRSS to 1.19.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a49e982..b1379ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.19.1 +ARG VERSION=1.19.2 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