From 9cc7f803c745e8cfa28747688eaf72c1f19f5d15 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 26 Dec 2023 13:45:26 +0100 Subject: [PATCH] Update FreshRSS to 1.23.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fc901d..a0731ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y libapache2-mod- RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.22.1 +ARG VERSION=1.23.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