From df59377615abe066965ba8a6fe5323c3891b3096 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 1 Jun 2020 17:27:32 -0700 Subject: [PATCH] Update freshrss to 1.16.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baf7023..d2c1757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.16.1 +ARG VERSION=1.16.2 RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1 RUN mv data data-orig && ln -s /app/data data