From 3338db16f0768eefeddaefc45a4737cd3a4970bd Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 5 Jun 2024 19:49:17 +0200 Subject: [PATCH] Update to 1.24.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b53034..731bf10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.0 +ARG VERSION=1.24.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