mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2026-06-20 15:15:50 +00:00
chore(deps): update dependency freshrss/freshrss to v1.29.1
| datasource | package | from | to | | --------------- | ----------------- | ------ | ------ | | github-releases | FreshRSS/FreshRSS | 1.29.0 | 1.29.1 |
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.28.0",
|
"version": "1.28.0",
|
||||||
"upstreamVersion": "1.29.0",
|
"upstreamVersion": "1.29.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ RUN mkdir -p /app/code
|
|||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
# renovate: datasource=github-releases depName=FreshRSS/FreshRSS versioning=semver
|
# renovate: datasource=github-releases depName=FreshRSS/FreshRSS versioning=semver
|
||||||
ARG FRESHRSS_VERSION=1.29.0
|
ARG FRESHRSS_VERSION=1.29.1
|
||||||
|
|
||||||
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${FRESHRSS_VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \
|
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
|
mv data data-orig && ln -s /app/data data
|
||||||
|
|||||||
Reference in New Issue
Block a user