1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-25 14:27:34 +00:00

chore(deps): update dependency freshrss/freshrss to v1.26.2

| datasource      | package           | from   | to     |
| --------------- | ----------------- | ------ | ------ |
| github-releases | FreshRSS/FreshRSS | 1.26.1 | 1.26.2 |
This commit is contained in:
Renovate Bot
2025-05-04 05:20:42 +00:00
committed by Girish Ramakrishnan
parent 4a1c4f7eab
commit 38fa58f1c1
4 changed files with 63 additions and 306 deletions

View File

@@ -6,7 +6,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
# renovate: datasource=github-releases depName=FreshRSS/FreshRSS versioning=semver
ARG FRESHRSS_VERSION=1.26.1
ARG FRESHRSS_VERSION=1.26.2
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${FRESHRSS_VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \
mv data data-orig && ln -s /app/data data