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

Downgrade for ci test

This commit is contained in:
Johannes Zellner
2024-11-09 10:46:33 +01:00
parent 81ac195aa3
commit 9eb5c48ec8

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.24.3
ARG FRESHRSS_VERSION=1.24.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