1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 05:15:12 +00:00

Update FreshRSS to 1.16.1

This commit is contained in:
Girish Ramakrishnan
2020-05-31 12:02:39 -07:00
parent d097f652f6
commit 541f84b393

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.16.0
ARG VERSION=1.16.1
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