Update FreshRSS to 1.24.0

This commit is contained in:
Girish Ramakrishnan 2024-05-23 17:56:16 +02:00
parent 143d4a80b9
commit f5dc0cef24
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y libapache2-mod-
RUN mkdir -p /app/code RUN mkdir -p /app/code
WORKDIR /app/code WORKDIR /app/code
ARG VERSION=1.23.1 ARG VERSION=1.24.0
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \ 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 mv data data-orig && ln -s /app/data data