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

Bump version

This commit is contained in:
Johannes Zellner
2023-03-04 21:33:28 +01:00
parent 3dc389a3e0
commit bc70f2f33c
3 changed files with 13 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.20.2
ARG VERSION=1.21.0
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