diff --git a/Dockerfile b/Dockerfile index ff5801b..aa42652 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y libapache2-mod- RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.23.0 +ARG VERSION=1.23.1 RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1 && \ mv data data-orig && ln -s /app/data data