1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-01 21:04:59 +00:00

Bump version for 1.19.0

This commit is contained in:
Johannes Zellner
2022-01-02 10:51:04 +01:00
parent 6fe901a2e2
commit 6efdc45918
4 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.18.1
ARG VERSION=1.19.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