Update to 1.24.3

This commit is contained in:
Johannes Zellner 2024-09-06 11:35:38 +02:00
parent eea79146f9
commit 00b67c9e3f
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ 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.2
ARG VERSION=1.24.3
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