Revert "Downgrade for ci test"

This reverts commit 9eb5c48ec8.
This commit is contained in:
Johannes Zellner 2024-11-09 17:11:55 +01:00
parent 9eb5c48ec8
commit 4a9ce49f7e
1 changed files with 1 additions and 1 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.24.2
ARG FRESHRSS_VERSION=1.24.3
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