From 00b67c9e3fd017e84b8406b5cf672f2404c80409 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 6 Sep 2024 11:35:38 +0200 Subject: [PATCH] Update to 1.24.3 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5777ab2..d3a07b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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