1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-01 21:04:59 +00:00

Update FreshRSS to 1.24.2

This commit is contained in:
Girish Ramakrishnan
2024-08-23 18:12:04 +02:00
parent 48ca54d300
commit 7f9c1f91eb

View File

@@ -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.24.1
ARG VERSION=1.24.2
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