From 0d1f6584b75d2d68eeaa065bd33ca7846388e809 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 24 Oct 2023 10:18:24 +0200 Subject: [PATCH] Update FreshRSS to 1.22.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18b2f42..bafcb35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.21.0 +ARG VERSION=1.22.0 RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \ mv data data-orig && ln -s /app/data data