1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-10-01 01:03:23 +00:00

Update FreshRSS to 1.22.0

This commit is contained in:
Girish Ramakrishnan
2023-10-24 10:18:24 +02:00
parent 20097b8daf
commit 0d1f6584b7

View File

@@ -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