1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-10-18 08:55:22 +00:00

Prepare for ci

This commit is contained in:
Johannes Zellner
2024-11-09 10:46:04 +01:00
parent 6b58760334
commit 81ac195aa3
2 changed files with 21 additions and 13 deletions

View File

@@ -5,9 +5,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y libapache2-mod-
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.24.3
# renovate: datasource=github-releases depName=FreshRSS/FreshRSS versioning=semver
ARG FRESHRSS_VERSION=1.24.3
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${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
# official extensions (https://github.com/FreshRSS/Extensions/commits/master)